I have problem with php artisan migrate. I have 3 migrations in folder migrations in my project and I want to send them to my database on mysql and when I'm using php artisan migrate, it won't send my migrations. I have properly configuration of my .env file. Do you have any suggestions?
As edoc said: what error do you get when running php artisan migrate?
And if you already ran php artisan migrate without any error but the migration not yet applied to your DB, you can check the connection between your project and your database.
Did you using two different database?