Texinterest
Sign in
x
Texinterest
Empower your learning
About Us
Privacy Policy
Forum Discussions
C Programming
Subjects
Science
Computer
Programming
English
General Knowledge
Rennaissance
Courses
Exams
Interviews
Add Notes
Contact us
Menu
Science
Computer
Programming
English
General Knowledge
Rennaissance
REST API in Laravel
REST
stands for
Representational State Transfer.
In REST ful APIs we use HTTP Verbs as actions.
GET -> Retrieve Resources
POST -> Create Resources
PUT -> Update Resources
DELETE -> Delete Resources
Run API in Laravel:
http://localhost:8080/api/test
Top Questions
How to Get current version of PHP?
What are the different functions in PHP for sorting an array?
Differentiate between require() and include() function in PHP?
Data Types in C
How to load public files in laravel
Generating A QR Code With PHP
Constructors in C++
Get Current Version Of PHP
PHP Functions - Return Values
What is the difference between GET and POST?
Functions in PHP
Parameter passing techniques
What is the difference between git diff and git status?
Scope rules and functions in C
Command line scripting in PHP
UNION in C
Switch Statement in C
Create a registration form using HTML
explode and implode function in PHP
Switch Statement In C Programming