Tutorial: Creating a Blog in Laravel from scratch – part 4 – Create tables and migrations

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 […]

Read More