neomerx / limoncello-collins
The Laravel Framework.
Installs: 326
Dependents: 0
Suggesters: 0
Security: 0
Stars: 72
Watchers: 3
Forks: 15 344
Type:project
Requires
- php: >=5.5.9
- firebase/php-jwt: ^3.0
- laravel/framework: 5.1.*
- neomerx/cors-illuminate: ^0.2.0
- neomerx/limoncello: ^0.5.0
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
- dev-master
- 5.1.x-dev
- v5.1.13
- v5.1.12
- v5.1.11
- v5.1.10
- v5.1.9
- v5.1.8
- v5.1.7
- v5.1.6
- v5.1.5
- v5.1.4
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.27
- v5.0.26
- v5.0.25
- v5.0.24
- v5.0.23
- v5.0.22
- v5.0.16
- v5.0.1
- v5.0.0
- v4.2.11
- v4.2.0
- v4.1.27
- v4.1.18
- v4.1.0
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.0
- v4.0.0-BETA4
- v4.0.0-BETA3
This package is not auto-updated.
Last update: 2019-02-20 18:33:16 UTC
README
Quick start JSON API application
Limoncello Collins is a JSON API quick start application.
Technically it is a default Laravel 5.2 application integrated with
- JSON API implementation
- Bearer (token-based) Authentication
- Cross-Origin Resource Sharing CORS for Laravel/Lumen
It could be a great start if you are planning to develop API with Laravel.
The application includes
- CRUD operations for a few sample resources with input data validation and events.
- Authentication and authorization support integrated with policies.
- Support for such JSON API features as resource inclusion, sparse field sets, sorting, filtering and pagination.
- JSON API errors.
- API tests.
Installation
Install docker-compose
Clone the project
Start local server at http://localhost:8080 and log server http://localhost:8090 with
$ composer install && composer docker-up
Note: use
$ composer docker-down
to stop the servers.
Questions?
License
This project is a fork from upstream laravel/laravel. All changes to the upstream are licensed under the MIT license
Versioning
This project is synchronized with upstream master
branch and uses similar versioning approach.