Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)