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 […]
Hi there and welcome to the next Laravel tutorial! In this tutorial we will be learning how Models and Routes are created in Laravel to get closer to our goal of a simple functional blog. If you are new here, head over to part 1 of the tutorials In the previous tutorial we have learned […]
In the previous tutorial we went through the thinking process behind database design and defined our data and how it is related to each other. We’ve learned how to break things apart in smaller pieces and how to relate data to each other. In this tutorial we will do the actual coding and create our […]
In this Laravel tutorial I will explain how to design the database for Laravel and how to think of relationships between the data.
Welcome to part 2 of Tutorial on how to create a simple blog using Laravel PHP Framework! If you haven’t seen part 1, here it is : Creating a blog Tutorial part 1 Also, sign up for my Laravel Development course on Udemy! Ok, now onto the tutorial: I don’t like majority of tutorials on […]
My Screencasts on how to deploy Laravel PHP Framework
Couple days ago I posted about Laravel – a PHP framework that allows developers to quickly build applications. Today I will post links to a few source code repositories that you could learn from if you are developing in Laravel. Here are a few applications made in Laravel : Bootsnipp.com – A user driven HTML […]