Hey everyone, my name is Henry and welcome to building a blog application tutorial with php 7.2 and Laravel web framework. One of the main question developers ask is, why create a blog application tutorial? It seems like everyone recreate a blog as a first application. Well, there is a reason for that, first of all. Everyone knows how a blog works and this make it easy for learning. When I tell you we are creating a blog, you automatically know that there is some sort of authentication system, posts are going to be the main element, there will be a page that list all the post in a particular order e.g chronologically and you also know each of these post will have comments.
- Lesson 1 - Building A Blog Application Using Laravel 5. 7 and Php 7.2
- Lesson 2 - Creating Blog Admin Portal Using Laravel 5.7 and Php 7.2
- Lesson 3 - Using Bootstrap 4 on our Blog Admin Dashboard in Laravel 5.7 and Php 7.2
- Lesson 4 - Creating Blog Migration and Showing Registered Users in Our Admin Portal Using Laravel 5.7 and Php 7.2
- Lesson 5 - Running Our Blog Migration and Creating Blog Post in Laravel 5.7 and Php 7.2
- Lesson 6 - How to store and Retrieve a Blog Post in Laravel 5.7 and Php 7.2
- Lesson 7 - How to Upload Image in Our Blog Application Using Laravel 5.7 and Php 7.2
- Lesson 8 - How to Edit and Update Our Post in Laravel 5.7 and Php 7.2
- Lesson 9 - How to Delete a Post and Final Admin Dashboard Touch in Laravel 5.7 and Php 7.2
- Lesson 10 - Displaying Our Posts to Site Visitors in Laravel 5.7 and Php 7.2