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
What are sessions in PHP?
Get Current Version Of PHP
The differences between static and dynamic websites?
HTTP Status Codes List for REST API
How to Get current version of PHP?
Pass data from a function in a model to a controller in Codigniter
Type conversion in C Programming
Constructors in C++
What Can PHP Do?
Iteration Statements (Loop Statements)
Understanding the Attributes in HTML
Algorithm | Algorithm Design Techniques
Command line scripting in PHP
SQL Joins
Advantages Or Benefits Of C Over Other Programming Languages
What are the different functions in PHP for sorting an array?
What is the function of git log?
UNION in C
DO WHILE LOOP In C Programming
Destructors in c++