How can task accomplished with the verb restful in Laravel, What is basic function ?
How can task accomplished with the verb restful in Laravel, What is basic function
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please read the Laravel documentation before posting such a basic question.
This means your function ‘respond’ to the command given – i.e. GET, POST, PUT, DELETE. So a non-restful controller will have:
But a restful controller would be: