Skip to content

Commit

Permalink
Add Laravel Nova task to recipe/laravel (deployphp#3548)
Browse files Browse the repository at this point in the history
* Add Laravel Nova task to recipe/laravel

* Update docs
  • Loading branch information
abordage authored Mar 27, 2023
1 parent 91b73c0 commit f3bafec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/recipe/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,16 @@ Check the status of the octane server.



### artisan:nova:publish
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L241)

Publish all of the Laravel Nova resources.




### deploy
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L240)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L247)

Deploys your project.

Expand Down
7 changes: 7 additions & 0 deletions recipe/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,13 @@ function laravel_version_compare($version, $comparator)
desc('Check the status of the octane server');
task('artisan:octane:status', artisan('octane:status'));

/*
* Nova.
*/

desc('Publish all of the Laravel Nova resources');
task('artisan:nova:publish', artisan('nova:publish'));

/**
* Main deploy task.
*/
Expand Down

0 comments on commit f3bafec

Please sign in to comment.