All Projects → lorisleiva → Laravel Deployer

lorisleiva / Laravel Deployer

Licence: mit
🚀 Zero-downtime deployment out-of-the-box

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Laravel Deployer

Laravel Kit
A desktop Laravel admin panel app
Stars: ✭ 440 (-71.35%)
Mutual labels:  laravel, artisan
Blade Migrations Laravel
An intelligent alternative version of Laravel 5/6 Database Migrations - uses raw-sql syntax, transactions, auto-rollback, UP-DOWN-UP testing
Stars: ✭ 25 (-98.37%)
Mutual labels:  laravel, artisan
Laravel Tail
An artisan command to tail your application logs
Stars: ✭ 587 (-61.78%)
Mutual labels:  laravel, artisan
Scout Extended
Scout Extended: The Full Power of Algolia in Laravel
Stars: ✭ 330 (-78.52%)
Mutual labels:  laravel, artisan
Laravel Opcache
Laravel Package for OPcache
Stars: ✭ 1,116 (-27.34%)
Mutual labels:  laravel, artisan
Cipi
An Open Source Control Panel for your Cloud! Deploy and manage LEMP apps in one click!
Stars: ✭ 376 (-75.52%)
Mutual labels:  laravel, deployment
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (-53.91%)
Mutual labels:  laravel, artisan
Laravel Craftsman
Laravel Craftsman CLI for easily crafting Laravel assets for any project (artisan make on steroids)
Stars: ✭ 227 (-85.22%)
Mutual labels:  laravel, artisan
Laravel Caprover Template
Template to deploy a Laravel app in docker for CapRover
Stars: ✭ 56 (-96.35%)
Mutual labels:  laravel, deployment
Webshowu
webshowu—laravel开源项目—秀站分类目录源代码
Stars: ✭ 52 (-96.61%)
Mutual labels:  laravel, artisan
Generator
Laravel 5.3+ Scaffold Generator, Support both bootstrap and Semantic UI
Stars: ✭ 327 (-78.71%)
Mutual labels:  laravel, artisan
Laravel Ng Artisan Generators
Laravel artisan AngularJS generators
Stars: ✭ 91 (-94.08%)
Mutual labels:  laravel, artisan
Laravel Link Checker
Check all links in a Laravel application
Stars: ✭ 253 (-83.53%)
Mutual labels:  laravel, artisan
Generators
Laravel File Generators with config and publishable stubs
Stars: ✭ 102 (-93.36%)
Mutual labels:  laravel, artisan
Laravel Cronless Schedule
Run the Laravel scheduler without relying on cron
Stars: ✭ 231 (-84.96%)
Mutual labels:  laravel, artisan
Laravel Terminal
Runs artisan command in web application
Stars: ✭ 682 (-55.6%)
Mutual labels:  laravel, artisan
Webloyer
Webloyer is a web UI for managing Deployer deployments
Stars: ✭ 199 (-87.04%)
Mutual labels:  laravel, deployment
Artisan Gui
Simple but yet powerful library for running almost all artisan commands.
Stars: ✭ 226 (-85.29%)
Mutual labels:  laravel, artisan
Deployer
Deployer is a free and open source deployment tool.
Stars: ✭ 854 (-44.4%)
Mutual labels:  laravel, deployment
Env Providers
👷 Load Laravel service providers based on your application's environment.
Stars: ✭ 73 (-95.25%)
Mutual labels:  laravel, artisan

🚀 Laravel Deployer

Looking for the old Laravel Deployer? Click here.

Laravel Deployer is no longer the package it used to be. Since that package was created, Deployer has become better and better at integrating with Laravel to the point that I will now put my efforts into maintaining Deployer directly for Laravel users rather than mirroring its changes on a different repo after each release. You can read more about this decision here.

I've written a series of tutorials to help Laravel users deploy their application using Deployer directly.

Deploy your Laravel app from scratch.

If you prefer a quick guide to get started with Deployer 7, I've added one for you below.

Deploy your Laravel application using Deployer 7

  • Add Deployer to your dependencies.
    composer require deployer/deployer:^7.0
  • Copy/paste the deploy.yaml or deploy.php file of this repository to the root of your project.
  • Update the deploy.yaml or deploy.php with your own server details.
  • Run dep deploy to deploy once.
  • Run dep ssh to connect to your server via SSH.
  • Run cp .env.example .env && php artisan key:generate to initialize your .env file.
  • Run vim .env and update your production environment variables.
  • Exit your server — exit.
  • Run dep deploy once more now that your .env file is all set up.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].