Creating Models in Laravel, Part 1 (Ep. 7)
July 12, 2022
In this video, we’ll create a simple set of data (Model) in ram and populate these data to a view. We will also add the Bootstrap library to style our view. In a future video, we will create a database for permanent data store.
📗 Data Source: https://github.com/ChristianHur/152-1…