Package Data | |
---|---|
Maintainer Username: | lorisleiva |
Maintainer Contact: | loris.leiva@gmail.com (Loris LEIVA) |
Package Create Date: | 2018-03-09 |
Package Last Update: | 2023-02-26 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-14 15:17:29 |
Package Statistics | |
---|---|
Total Downloads: | 1,196,419 |
Monthly Downloads: | 4,011 |
Daily Downloads: | 111 |
Total Stars: | 1,673 |
Total Watchers: | 37 |
Total Forks: | 167 |
Total Open Issues: | 0 |
Laravel Deployer is a lightweight wrapper of Deployer.org giving Artisan the power of zero-downtime deployment.
composer require lorisleiva/laravel-deployer
In order to generate your deployment configuration file, simply run:
php artisan deploy:init
config/deploy.php
file.When you’re ready to deploy, run:
php artisan deploy
{{deploy_path}}/current
symlink.deploy # Deploy your application
deploy:configs # Print host configuration
deploy:current # Show current paths
deploy:dump <task> # Display the task-tree for a given task
deploy:hosts # Print all hosts
deploy:init # Generate a deploy.php configuration file
deploy:list # Lists available tasks
deploy:rollback # Rollback to previous release
deploy:run <task> # Execute a given task on your hosts
logs # Dump the remote logs of your application
ssh # Connect to host through ssh