Skip to content

prabodhadarshani/Lumen-student-management

Repository files navigation

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version License

Migration

There is a single migration that will setup the base students table.

php artisan migrate


Set up Student Api in postman

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

Official Documentation

Documentation for the framework can be found on the Lumen website.

Contributing

Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

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.

License

The Lumen framework is open-sourced software licensed under the MIT license.

About

Lumen student management API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages