md-tech / laravel-modules
Md-Tech Module management
v1.0.7
2023-08-07 01:45 UTC
Requires
- php: >=7.3
- ext-json: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- laravel/framework: ^8.0
- mockery/mockery: ~1.0
- orchestra/testbench: ^6.2
- phpstan/phpstan: ^0.12.14
- phpunit/phpunit: ^8.5
- spatie/phpunit-snapshot-assertions: ^2.1.0|^4.2
README
md-tech/laravel-modules
is a Laravel package which created to manage your Laravel app using modules.
Modules include controller, service and model.
Install
To install through Composer, by run the following command:
composer require md-tech/laravel-modules
The package will automatically register a service provider and alias.
License
The MIT License (MIT). Please see License File for more information.