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
- Host: GitHub
- URL: https://github.com/tattersoftware/codeigniter4-addins
- Owner: tattersoftware
- License: mit
- Created: 2019-04-08T19:03:31.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-29T11:44:28.000Z (almost 4 years ago)
- Last Synced: 2025-03-25T19:53:39.666Z (about 1 year ago)
- Homepage:
- Size: 43 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`