Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avil13/modelresorces
- Owner: avil13
- Created: 2015-10-01T11:07:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T11:51:17.000Z (about 9 years ago)
- Last Synced: 2024-10-11T17:18:19.144Z (about 1 month ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,
```