PHP artisan migrate error in Laravel 8, illuminate\Database\QueryException.

preview_player
Показать описание
Cr7 Coding
PHP artisan migrate error in Laravel 8 illuminate\Database\QueryException. SQLSTATE Base Table and View Table already exist.

#Cr7 Coding
#PHP artisan migrate error
#PHP artisan migrate error in Laravel
# illuminate\Database\QueryException
#Base Table and View Table already exist

Cr7 Coding is programming related channel.
Рекомендации по теме
Комментарии
Автор

Thankyou so bro It was a headache and now it's solved after watching your video

nileshshukla
Автор

if after the php artisan migrate:fresh you guys got the error about the class "Illuminate\Facades\Schema'" not found. I changed to "use Schema;" instead, and try again the migrate:fresh command. It worked for me. Also thank you for the video it helped me a lot!

dan_dai
Автор

thank you bro from egypt may allah bless you <3

-shuaibfilm
Автор

May God reward you well and guide you to the straight path, the path of truth

zahraebouh
Автор

Thanks my bro, greeting from Indonesia❤️

adekomarrudin
Автор

You really saved my life... Thanks too much from DRC !!!

benmukanirwa
Автор

Thanks Bro U solved My Issue Thanks So much Buddy

sharafatali
Автор

You saved my life, thank you from Vietnam

QuangPham-vsfz
Автор

That's worked. Thank you so much.

thwelaimaraung
Автор

Hi, good morning, I want to ask about migration to create tables in database. Previously I created a new laravel project, I wanted to do a migrating table with the command "php artisan serve" but I got only the 'migations' table created in the linked database. then I tried again to migrate but the message "Nothing to migrate" appeared, I've done it many times and tried to find references but I couldn't finish it. Please provide a solution, thank you

akuutauf_
Автор

Still error :< pls help me SQLSTATE[42S02]: Base table or view not found: 1146 Table doesn't exist (SQL: select * from `order_details`)

djangohermoso
Автор

Funciono, muchas gracias¡¡¡¡ Saludos desde venezuela¡¡

samuelcontreras
Автор

it is still showing me the same problem

aqsaahmed
Автор

You are a life saver bro!! thank you so muchh.

ziedghozlani
Автор



could not find driver (SQL: select * from information_schema.tables where table_schema = Argon and table_name = migrations and table_type = 'BASE TABLE')

at
674▕ // If an exception occurs when attempting to run a query, we'll format the error
675▕ // message to include the bindings with SQL, which will make this exception a
676▕ // lot more helpful to the developer instead of just the database's errors.
677▕ catch (Exception $e) {
➜ 678▕ throw new QueryException(
679▕ $query, $this->prepareBindings($bindings), $e
680▕ );
681▕ }
682▕

+33 vendor frames

sunilkumardubey
Автор

still get the error here :

>>> php artisan migrate:fresh
PHP Parse error: Syntax error, unexpected T_STRING on line 1

anybody can help? thanks before

riofajarsaputra