| 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: | 2025-11-02 15:14:13 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,238,962 |
| Monthly Downloads: | 3,721 |
| Daily Downloads: | 24 |
| Total Stars: | 1,680 |
| Total Watchers: | 35 |
| Total Forks: | 165 |
| 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