Simple Laravel guide for beginners
Laravel is a popular PHP framework following MVC architectural pattern. I am composing this Laravel guide for absolute beginners and will try to explain the basic concepts of the framework such as model, view, controller, migration, routes, etc. We will learn all these basic concepts using a simple example of Posting product’s data to our …