Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (14 loc) · 1.26 KB

About

CRUD API base

$ cd api-project Next, start up the Laravel server if it’s not already running:

$ php artisan serve You will be able to visit your application on https://localhost:8000.

To test this endpoint open Postman and make a POST request to http://localhost:8000/api/students or if you use Valet http:///api/students

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.