Laravel-based module, interface base package, applied to crcms global
You can install the package via composer:
composer require crcms/foundation
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"
php artisan make:module {module}