https://github.com/simon28082/foundation
The crcms structure foundation
https://github.com/simon28082/foundation
data-provider handler laravel resources tasks transport
Last synced: about 2 months ago
JSON representation
The crcms structure foundation
- Host: GitHub
- URL: https://github.com/simon28082/foundation
- Owner: simon28082
- License: mit
- Created: 2018-11-12T08:59:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T03:17:40.000Z (almost 7 years ago)
- Last Synced: 2025-09-22T17:13:36.699Z (9 months ago)
- Topics: data-provider, handler, laravel, resources, tasks, transport
- Language: PHP
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRCMS Foundation
[](https://packagist.org/packages/crcms/foundation)
[](https://packagist.org/packages/crcms/foundation)
[](https://github.styleci.io/repos/157184276)
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}
```
## License
[MIT license](https://opensource.org/licenses/MIT)