Download the PHP package tiagomichaelsousa/laravelresources without Composer
On this page you can find all versions of the php package tiagomichaelsousa/laravelresources. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tiagomichaelsousa/laravelresources
More information about tiagomichaelsousa/laravelresources
Files in tiagomichaelsousa/laravelresources
Package laravelresources
Short Description Laravel Resources is a speed-up development package that allows you to create a boilerplate for Laravel apps with a default API structure.
License MIT
Homepage https://github.com/tiagomichaelsousa/laravelresources
Informations about the package laravelresources
Laravel Resources
Laravel Resources is a speed-up development package that allows you to create a boilerplate for Laravel apps with a default API structure.
Versions
Laravel | Laravel Resources |
---|---|
7.x | v1.7 |
8.x | v2.x |
9.x | v2.x |
10.x | v3.x |
Installation
Via Composer
Usage
Create the resources
This command will create the Controller, the Request, the Policy, the API Resource and Collection and will also add the default routes for the API.
Publish configuration file
Notes:
- This package is fully configurable. You can change all the namespaces for the resources that will be created in the config file.
- Don't forget to edit the request file in order to add your default validation for the model.
- Don't forget to edit the policy file in order to fulfill your app business logic.
Change log
Please see the changelog for more information on what has changed recently.
Testing
With test coverage
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email the author instead of using the issue tracker.
Credits
- @tiagomichaelsousa
- All Contributors
License
License MIT. Please see the license file for more information.
Code Of Conduct
Please see the code of conduct for more information.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Rafael Ferreira 📖 |
tiagomichaelsousa 💻 📖 👀 |
White Hyena 💻 🖋 |
Keunbae Park 💻 🖋 |
This project follows the all-contributors specification. Contributions of any kind welcome!