Ryan Park 96f5edaebe moving the name column to the last position to show full name (#1580)
* moving the name column to the last position to show full name

- bug fix: #1579

* add changelog

* update changelog.md

* update CHANGELOG.md

* modify command to find http user

* modify command to find http user
2018-04-18 11:22:03 +07:00
..
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2017-08-22 22:27:20 +07:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2018-04-18 11:13:53 +07:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +03:00
2017-08-12 12:01:27 +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.