filmov
tv
Dynamic Form Fields with React and Laravel - #1 Laravel 11 API

Показать описание
00:00 - Intro
00:05 - Setup
02:08 - create TvShow model & migration
04:14 - create TvShow controller
04:48 - TvShowController - index method
07:03 - TvShowController - store method
11:14 - TvShowController - show method
13:32 - TvShowController - update method
16:11 - TvShowController - destroy method