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 commonly pass data to all views from single controller in Laravel
How to create and load view in codigniter?
Object Oriented Programming
Creating And Using A Database
Parameter passing techniques
Operators in C
BASIC HTML PAGE
What is Yii Framework | Advantages of Yii over other frameworks | Different versions of Yii
Different types of errors in PHP?
Overloading in C++
What are the different functions in PHP for sorting an array?
Arrays in C Programming
Type conversion in C Programming
Generating A QR Code With PHP
Two Dimensional Arrays in C Programming
Switch Statement in C
HTML5 Application Development
Variables in C Programming
explode and implode function in PHP
What is the differene between require(), require_once(), include() and include_once()