#02 How to use component in Laravel

preview_player
Показать описание

php artisan make:component form | use to create a component
php artisan serve | use for live server
php artisan make:controller Controlleryoutube | use to make the controller
php artisan make:model Feebackform --migration | use to make models and migration
php artisan config:cache | use for config database
php artisan migrate | use for creating table
php artisan migration:rollback | use for delete all table
php artisan migration:refresh | use for refresh table
Рекомендации по теме