crcms / foundation
The CrCms Foundation Structure.
Installs: 2 046
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.3
- ext-json: *
- illuminate/console: ^5.8
- illuminate/container: ^5.8
- illuminate/support: ^5.8
- myclabs/php-enum: ^1.7
Requires (Dev)
- codedungeon/phpunit-result-printer: ^0.26.2
- illuminate/database: ^5.8
- illuminate/http: ^5.8
- illuminate/queue: ^5.8
- illuminate/routing: ^5.8
- laravel/framework: ^5.8
- mockery/mockery: ^1.2
- phpunit/phpunit: ^8.1
- symfony/var-dumper: ^4.2
README
Laravel-based module, interface base package, applied to crcms global
Install
You can install the package via composer:
composer require crcms/foundation
Laravel
If you'd like to make configuration changes in the configuration file you can publish it with the following Artisan command:
php artisan vendor:publish --provider="CrCms\Foundation\Providers\FoundationServiceProvider"
Commands
php artisan make:module {module}