Skip to content

Commit

Permalink
Laravel Task artisan:migrate should only run once. (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo108 authored and antonmedv committed Aug 26, 2018
1 parent 82f2c5d commit 62d74b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/laravel.php
Expand Up @@ -63,7 +63,7 @@
desc('Execute artisan migrate');
task('artisan:migrate', function () {
run('{{bin/php}} {{release_path}}/artisan migrate --force');
});
})->once();

desc('Execute artisan migrate:fresh');
task('artisan:migrate:fresh', function () {
Expand Down

0 comments on commit 62d74b4

Please sign in to comment.