Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avil13/modelresorces

ModelResorces Laravel 5 package
https://github.com/avil13/modelresorces

Last synced: 19 days ago
JSON representation

ModelResorces Laravel 5 package

Awesome Lists containing this project

README

        

# Простой модуль для отображения данных в формате REST API

после установки

```
"psr-4": {
"AVIL13\\ModelResorces\\": "packages/AVIL13/ModelResorces/src",
"App\\": "app/"
}

```

Добавить в провайдерам `config/app.php`
```PHP
AVIL13\ModelResorces\ModelResorcesServiceProvider::class,
```