#07 How to link CSS file in Laravel | Feedback Form

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
Рекомендации по теме
Комментарии
Автор

you saved a lot of my time thank you so much

killerb