How to create Laravel single table migrate

avatar
Published: Mar 04, 2023

Before the migration, you must create a migrate table. Then just run this,

php artisan migrate --path=/database/migrations/time_create_example_table.php