Php artisan refresh

Príklady kódu

5
0

migrácia Laravelu

php artisan migrate
5
0

migrácia laravel osivo čerstvé

php artisan migrate:fresh --seed
3
0

laravel vytvoriť migráciu

// use the make:migration Artisan command to generate a database migration
php artisan make:migration create_flights_table

// use --create to indicate whether the migration will be creating a new table
php artisan make:migration create_flights_table --create=flights

// use --table to indicate the table name
php artisan make:migration add_destination_to_flights_table --table=flights
2
0

vrátenie migrácie remeselníka

php artisan migrate:rollback
0
0

znovu migrovať laravel

Try:
composer dump-autoload
php artisan config:cache

If not working also try:
php artisan migrate:refresh.
0
0

obnovenie remeselníka

Try this command it works for me

php artisan migrate:fresh
However, be careful! This command will drop all data from your DB:

V iných jazykoch

Táto stránka je v iných jazykoch

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................