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
- Host: GitHub
- URL: https://github.com/y-martini/laravel-deploy
- Owner: y-martini
- License: mit
- Created: 2020-07-01T12:37:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T14:45:07.000Z (almost 6 years ago)
- Last Synced: 2025-07-28T20:22:52.294Z (11 months ago)
- Topics: deployment, laravel, php
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Deploy
[](https://packagist.org/packages/yuriy-martini/laravel-deploy)
[](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
```