php artisan migrate is not making tables in laravel 7 – Phpmyadmin
i am trying to migrate my first migration in laravel 7 project i have created database in phpmyadmin. i have Laragon app for localServer, these are my .env code for database connection DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=portfolio-project DB_USERNAME=root DB_PASSWORD= when i…