crcms/foundation is a Laravel package for the crcms foundation structure..
It currently has 0 GitHub stars and 2.055 downloads on Packagist (latest version 0.1.1).
Install it with composer require crcms/foundation.
Discover more Laravel packages by crcms
or browse all Laravel packages to compare alternatives.
Last updated
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}