An open API service indexing awesome lists of open source software.

https://github.com/y-martini/laravel-deploy

The effortless deployment process for Laravel apps
https://github.com/y-martini/laravel-deploy

deployment laravel php

Last synced: 5 months ago
JSON representation

The effortless deployment process for Laravel apps

Awesome Lists containing this project

README

          

# Laravel Deploy
[![Latest Version](http://img.shields.io/packagist/v/yuriy-martini/laravel-deploy.svg?label=Release&style=for-the-badge)](https://packagist.org/packages/yuriy-martini/laravel-deploy)
[![MIT License](https://img.shields.io/github/license/yuriy-martini/laravel-deploy.svg?label=License&color=blue&style=for-the-badge)](https://github.com/yuriy-martini/laravel-deploy/blob/master/LICENSE.md)

> Note the package is currently in beta. During the beta period things can and probably will change. Don't use it in production until a stable version has been released. We appreciate you helping out with testing and reporting any bugs.

This package aims to simplify the deployment process of Laravel applications using git & SSH.

## Quickstart

```bash
composer create yuriy-martini/laravel-deploy
```