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.
A program that reads a text file containing student names with scrambled IDs, outputs the contents of the file in chunks of 5 records each.