impleri / laravel-resource
This package is abandoned and no longer maintained.
No replacement package was suggested.
Alternative API-only RESTful resource implementation for Laravel.
1.0.0-alpha.5
2014-03-08 22:25 UTC
Requires
- php: >=5.4.0
- illuminate/database: ~4.1
- illuminate/support: ~4.1
- impleri/laravel-toolbox: ~1.0
Requires (Dev)
- codeception/specify: ~0.3.4
- codeception/verify: ~0.2.7
- mockery/mockery: ~0.9.0
- phpunit/phpunit: ~3.7.32
Suggests
- laravelbook/ardent: ~2.4
This package is not auto-updated.
Last update: 2022-12-19 17:10:26 UTC
README
An Alternative RESTful resource implementation for Laravel 4. This package provides a more extensive REST API interface than the stock resource controller generator. Out of the box, the package provides a lot of boilerplate code for scaffolding routes, controllers, models, and views. Routes are RESTful and API-centric. It handles outputting to JSON, XML (via a view), HTML (via a view), CSV, and plain text.