Matthew Muscat 9dcd4eeab1 Update Laravel View Cache commands (#1889)
* Update artisan cache commands

- Re-add `artisan:view:clear` command 
- Modify the existing `artisan:view:cache` command to remove the call to clear the cache, as this is already completed by the Laravel Framework

* Updated changelog with laravel view cache changes

* Update CHANGELOG.md

Update newline spacing to fix scrutinizer failure
2019-07-30 10:39:03 +03:00
..
2019-07-10 18:05:10 +03:00

Deployer Recipes

recipe contains officially supported Deployer recipes. All of them based of common.php recipe which contains tasks for deployment environment preparation, loading code, changing files permissions, and much more.

Other recipes can be found in github.com/deployphp/recipes.

To add support for framework or app create new file, require recipe/common.php, and describe deploy task. Take a look of example of composer.php recipe.