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
Understanding the Attributes in HTML
Scope rules and functions in C
Variables in C Programming
Entities in HTML
Parameter passing techniques
Iteration Statements (Loop Statements)
What is codigniter
Creating And Using A Database
Class in C++
What is PHP?
What is PEAR in PHP?
DOCTYPE in HTML
Data Types in C
explode and implode function in PHP
How to create and load view in codigniter?
Pass data from a function in a model to a controller in Codigniter
What is the function of git rm?
What is the function of git status in git?
HTTP Status Codes List for REST API
Continue Statement in C