Answers for "php artisan make migation"

PHP
4

php artisan migrate create table

php artisan make:migration create_users_table

php artisan migrate
Posted by: Guest on January-10-2022
-1

fresh migrqte laravel

$ php artisan migrate:fresh

Dropped all tables successfully.
Migration table created successfully.
Migrating: 2014_10_12_000000_create_users_table
Migrated:  2014_10_12_000000_create_users_table
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated:  2014_10_12_100000_create_password_resets_table
Posted by: Guest on November-05-2020

Browse Popular Code Answers by Language