Tutorial: Creating a Blog in Laravel from scratch – part 6 – Create Views

Hello there, fellow Laravelians! In the Previous Tutorial we have learned how to create models and routes for our Blog application. In this tutorial I will explain how we will make the screens that the user sees, also called “Views”. While creating views for our blog, we will learn how to use Laravel’s Blade templating […]

Read More