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
Switch Statement In C Programming
Functions in PHP
What is codigniter
Creating And Using A Database
While loop in C
What is the function of git diff in git?
DO WHILE LOOP In C Programming
How to create and load view in codigniter?
Differentiate between require() and include() function in PHP?
Arrays in C Programming
Pass data from a function in a model to a controller in Codigniter
FILES IN C
Command line scripting in PHP
How to Get current version of PHP?
Differences between GET and POST
What are Arrays in PHP?
Parameter passing techniques
BASIC HTML PAGE
What is the difference between GET and POST?
What is the function of git rm?