Route::get('command', function () { /* php artisan migrate */ Artisan::call('migrate'); dd("Done"); });