create only migration table in laravel

PHP
php artisan migrate:refresh --path=/database/migrations/fileName.php
Source

Also in PHP: