An open API service indexing awesome lists of open source software.

https://github.com/tattersoftware/codeigniter4-addins

Meta-package of Tatter modules for CodeIgniter 4
https://github.com/tattersoftware/codeigniter4-addins

Last synced: about 1 year ago
JSON representation

Meta-package of Tatter modules for CodeIgniter 4

Awesome Lists containing this project

README

          

# Tatter\Addins

Meta-package of Tatter modules for CodeIgniter 4

## Installation

* Install via Composer: `> composer require tatter/addins`

## Included

* [Tatter/Alerts](https://github.com/tattersoftware/codeigniter4-alerts)
* [Tatter/Assets](https://github.com/tattersoftware/codeigniter4-assets)
* [Tatter/Audits](https://github.com/tattersoftware/codeigniter4-audits)
* [Tatter/Outbox](https://github.com/tattersoftware/codeigniter4-outbox)
* [Tatter/Permits](https://github.com/tattersoftware/codeigniter4-permits)
* [Tatter/Relations](https://github.com/tattersoftware/codeigniter4-relations)
* [Tatter/Reports](https://github.com/tattersoftware/codeigniter4-reports)
* [Tatter/Schemas](https://github.com/tattersoftware/codeigniter4-schemas)
* [Tatter/Settings](https://github.com/tattersoftware/codeigniter4-settings)
* [Tatter/Themes](https://github.com/tattersoftware/codeigniter4-themes)
* [Tatter/Visits](https://github.com/tattersoftware/codeigniter4-visits)

*Note: Some packages are included as dependencies and are not directly defined via **composer.json**.*

## Change Log

* **Addins** used to include self-publishing, but this feature is deprecated in favor of
CodeIgniter's `Generators`.
* `Tatter\Addins\Model` has been removed
* **Accounts** has been deprecated and will no longer be included in this suite
* **Agents** has been removed temporarily until it is generally compatible with the latest `Handlers`