Build Developer's blog with Laravel 9 and Bootstrap 2022
Practice Laravel Concepts by building a full-stack blog with Laravel 9 and bootstrap
Description
In this course, we are going to build a full developer's blog making use of developers' open source themes. The blog is going to be divided into two, the frontend and the backend. In the front end, we are going to display the blog posts and the blog owner's information Like Social media handles and Bio. The backend carries the largest percentage of the application's functionality. In the backend, we will have the categories CRUD functionality where and also Categories status where we will be able to activate and deactivate categories from the admin panel. The deactivated categories won't be displayed on the posts creation page at the time of creating posts. We will also have the Posts CRUD functionality with the Rich Ckeditor and since it is a developer's blog, we will also have the functionality where the developer can post code and that post will be highlighted on the frontend. We will also have the settings CRUD where the admin will be able to change the settings that will appear on the front end. We are also going to have the comments section aided by the Disqus plugin. We will also have the newsletter functionality where the readers will have the form for submitting their emails in case they would like to receive newsletters or updates every time a new post is created.
What You Will Learn!
- Setting up PHP and Laravel development environment
- Installing Laravel
- Laravel Application structure
- Laravel authentication scaffolding
- Working on the project - Developer's blog.
Who Should Attend!
- Beginner Laravel developers who would like to up their game by working on an intermediate Laravel project