Laravel stappenplan
Laravel One to Many Eloquent Relationship Tutorial
https://www.itsolutionstuff.com/post/laravel-one-to-many-eloquent-relationship-tutorialexample.html
- create DB in phpmySQL
- update .env en wijs naa rjuiste DB
- php artisan make:migration create_cat_table --table=cat
- edit database/migrations files
- php artisan migrate
- front end menu
- routering (van menu naar lege controls CRUD)