I want to migrate table in Laravel Framework.
But when I migrate the table the following bug appears.
artisan migrate
I have tried all solutions in stackoverflow, but anything doesn't work.
In .env file, I have set all the values correctly. I checked that many times.
I also checked php version and composer version.
And added "psr-0"
to composer.json and tried composer dump-autoload
.
I did all ways which I can do.
If anyone have met this bug before, then Please tell me.