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
The differences between static and dynamic websites?
explode and implode function in PHP
What Can PHP Do?
What are sessions in PHP?
Differentiate between require() and include() function in PHP?
printf() and scanf() function in C Programming
Differences between GET and POST
How to Get current version of PHP?
SQL Joins
Type conversion in C Programming
Variables in C Programming
How to commonly pass data to all views from single controller in Laravel
What is PHP?
Destructors in c++
Flowchart In Programming
Class in C++
FILES IN C
History of PHP
Entities in HTML
DO WHILE LOOP In C Programming