julio101290 / boilerplateprojects
library to manage projects
Requires
- php: ^7.3 || ^8.0
- codeigniter4/framework: ^4.1
- codeigniter4/translations: ^4.0
- julio101290/auth: ^1.0
- julio101290/boilerplate: ^1.0
- julio101290/boilerplatecustumers: ^1.0.0
- julio101290/boilerplateinventory: ^1.0.0
- julio101290/boilerplatelog: ^1.0.0
- julio101290/boilerplatestorages: ^1.0.0
- julio101290/boilerplatesuppliers: ^1.0.0
- julio101290/boilerplatetypesmovement: ^1.0.0
- phpcfdi/sat-catalogos: ^0.3.1
Requires (Dev)
- fakerphp/faker: ^1.13
- phpunit/phpunit: ^9.1
README
boilerplateProjects
boilerplateProjects is a reusable CodeIgniter 4 module designed to integrate into larger enterprise systems. It includes models, controllers, migrations, and utility functions. The module is fully compatible with PostgreSQL and MariaDB, and follows a clean, scalable modular architecture.
📦 Installation
Install via Composer:
composer require julio101290/boilerplateprojects
Requirements
- PhpCfdi\SatCatalogos
- julio101290/boilerplatelog
- hermawan/codeigniter4-datatables
Installation
Run commands
composer require julio101290/boilerplateprojects
Run command for migration and seeder
php spark boilerplateprojects:installprojects
modules/ └── BoilerplateProjects/ ├── Config/ ├── Controllers/ ├── Models/ ├── Views/ ├── Database/ │ ├── Migrations/ │ └── Seeds/ └── Helpers/
Ready
Usage
You can find how it works with the read code routes, controller and views etc. Finnally... Happy Coding!
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions are very welcome.
License
This package is free software distributed under the terms of the MIT license.