Deprecated: Class Jetpack_Geo_Location is deprecated since version 14.3 with no alternative available. in /home/everyuseful/public_html/wp-includes/functions.php on line 6114
Nothing to migrate in Laravel - EveryUseful

Nothing to migrate in Laravel

If you are trying to migrate a single class you will do something like this

php artisan migrate --path = path_to_migration_file

if you get something like :

Nothing to migrate

and you are sure the file is there, then you can try to write the command like this

php artisan migrate --path="database/migrations/2022_11_04_1235_create_table.php"