There is a single migration that will setup the base students table.
php artisan migrate
CREATE -POST
http://localhost:8000/students
UPDATE -PUT
http://localhost:8000/students/1
ALL -GET
http://localhost:8000/students
ONE STUDENT -GET
http://localhost:8000/students/1
DELETE STUDENT -DELETE
http://localhost:8000/students/1
Documentation for the framework can be found on the Lumen website.
Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
The Lumen framework is open-sourced software licensed under the MIT license.