Author: allcodebuzz

What is Last Insert ID? Last insert id is the AUTO INCREMENT ID of the of the last record inserted in the table. Very... Read more »

Controllers act as 'C' in MVC Framework. Laravel framework is based on MVC (Model View Controller) architecture. A controller is a class which contains... Read more »

What is 405 Method Not Allowed? The 405 Method not allowed is an HTTP response status code that indicates that the method received in... Read more »