Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon28082/foundation
The crcms structure foundation
https://github.com/simon28082/foundation
data-provider handler laravel resources tasks transport
Last synced: 3 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T03:17:40.000Z (about 5 years ago)
- Last Synced: 2024-08-13T12:57:17.248Z (3 months ago)
- Topics: data-provider, handler, laravel, resources, tasks, transport
- Language: PHP
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRCMS Foundation
[![Latest Stable Version](https://poser.pugx.org/crcms/foundation/v/stable)](https://packagist.org/packages/crcms/foundation)
[![License](https://poser.pugx.org/crcms/foundation/license)](https://packagist.org/packages/crcms/foundation)
[![StyleCI](https://github.styleci.io/repos/157184276/shield?branch=master)](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)