Download the PHP package kevinsimard/laravel-deploy without Composer
On this page you can find all versions of the php package kevinsimard/laravel-deploy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kevinsimard/laravel-deploy
More information about kevinsimard/laravel-deploy
Files in kevinsimard/laravel-deploy
Download kevinsimard/laravel-deploy
More information about kevinsimard/laravel-deploy
Files in kevinsimard/laravel-deploy
Vendor kevinsimard
Package laravel-deploy
Short Description Deploy Laravel application through SSH
License MIT
Package laravel-deploy
Short Description Deploy Laravel application through SSH
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-deploy
Deploy Laravel Application
Installation
Add Kevinsimard\Deploy\Command\Task\DeployTask
to the list of commands in app/Console/Kernel.php
.
Add/edit the config/remote.php
file.
Artisan Command
The following options are available:
- --remote=\
: Remote connection/group name - --no-composer: Do not install dependencies
- --no-migration: Do not run migration files
- --no-maintenance: Do not use maintenance mode
Code Structure
├── src
│ └── Kevinsimard
│ └── Deploy
│ └── Command
│ └── Task
│ └── DeployTask.php
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── composer.json
License
This package is open-sourced software licensed under the MIT license.
All versions of laravel-deploy with dependencies
PHP Build Version
Package Version
The package kevinsimard/laravel-deploy contains the following files
Loading the files please wait ....