PHPackages                             thejawker/laravel-deployer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. thejawker/laravel-deployer

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

thejawker/laravel-deployer
==========================

Makes deploying your Laravel application an absolute breeze.

0.1.10(7y ago)162MITPHPPHP &gt;=7.0.0

Since Dec 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/thejawker/laravel-deployer)[ Packagist](https://packagist.org/packages/thejawker/laravel-deployer)[ Docs](https://github.com/thejawker/laravel-deployer)[ RSS](/packages/thejawker-laravel-deployer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (6)Versions (12)Used By (0)

Laravel Deployer
================

[](#laravel-deployer)

Makes deploying Laravel applications an absolute breeze! 💨💨💨💨 This package will generate your deployment bash script and work with some nice notifications when things go wrong or right.

### 🚨 Work In Progress

[](#-work-in-progress)

Functional and all, but will take some time before it's fully done.

Installation
------------

[](#installation)

You can install the package by running the following composer command:

```
$ composer require thejawker/laravel-deployer
```

If you are running Laravel 5.4 or lower you have to manually add the ServiceProvider.

Next up publish the vendor:

```
$ php artisan vendor:publish --tag=deployer-config
```

Then add your Slack Channel details and other deployment config to the `config/deployer.php` file.

Config
------

[](#config)

The configuration is quite elaborate and heavily commented so it's easier to understand.

```
# config/deployer.php
