md-tech / laravel-modules
Md-Tech Module management
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/md-tech/laravel-modules
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.