Laravel is a popular framework that is known for its elegant & expressive syntax. It is an open-source platform that uses MVC pattern. Programmers prefer it for building mesmerizing web applications. Certain features like security, ability to create fast applications, simplified authorization & authentication, quick testing, auto-routing configuration, & others make Laravel popular among the programmers.Considering all its increased demand, we have curated this course that will help you build a simple CMS with an Admin section with Laravel. Users will be able to log in, create, delete, update & edit blog posts from the admin section. There will also be a front page to show all the posts from different users.This course unfolds from a basic introduction. Afterward, you will learn about the Laravel installation, setting up the environment & installing the authentication scaffolding. Later on, you will create a resource controller so that you can simply bind CRUD (Create, Read, Update, Delete) methods for blog posts. Finally, we are going to show those posts in our frontend using Bootstrap.