Skip to main content

Laravel stappenplan

Laravel One to Many Eloquent Relationship Tutorial

https://www.itsolutionstuff.com/post/laravel-one-to-many-eloquent-relationship-tutorialexample.html

  1. create DB in phpmySQL

  2. update .env en wijs naa rjuiste DB

  3. php artisan make:migration create_cat_table --table=cat
  4. edit database/migrations files
  5. php artisan migrate
  6. front end menu
  7. routering (van menu naar lege controls CRUD)
  8.