• Stars
    star
    1,640
  • Rank 27,354 (Top 0.6 %)
  • Language
    PHP
  • Created about 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🚀 Zero-downtime deployment out-of-the-box

🚀 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.

More Repositories

1

laravel-docker

🐳 Generic docker image for Laravel Applications
Dockerfile
912
star
2

laravel-search-string

🔍 Generates database queries based on one unique string
PHP
768
star
3

tailwindcss-plugins

🔌🌊 Set of useful plugins for tailwindcss
JavaScript
284
star
4

javel

🎁 Simple, lightweight and customisable Laravel models in your JavaScript
JavaScript
278
star
5

cron-translator

⏰️ Makes CRON expressions human-readable
PHP
262
star
6

artisan-ui

🧰 Run your artisan commands by pressing buttons
Blade
207
star
7

solana-twitter

Simple tweets as Solana accounts
Vue
190
star
8

solana-wallets-vue

Solana wallet integration for Vue 3
TypeScript
125
star
9

vuepress-plugin-seo

🔌 Generate SEO friendly meta header for every page
JavaScript
107
star
10

lody

🗄 Load files and classes as lazy collections in Laravel.
PHP
82
star
11

blog-google-calendar

🌐 Google Calendar Integration
PHP
49
star
12

vue-lab

👨‍🔬 Collection of reusable Vue.js goodies
Vue
45
star
13

laravel-add-select

🧱 Add your subSelect queries the Laravel way
PHP
33
star
14

blog-2019-vuepress

✍️ Personal website and blog (2019 edition)
Vue
30
star
15

vuepress-plugin-disqus

🔌 Register a global Disqus component to add to your layouts
JavaScript
29
star
16

request-controller

Use FormRequests as invokable controllers
PHP
28
star
17

dotfiles

❄️ Personal set of configurations for macOS
Shell
25
star
18

paparazzi

📸 Code base for the Single-Page Laravel course
PHP
16
star
19

kanuu-getting-started

Add billing to your app in 5 minutes with Paddle and Kanuu
PHP
12
star
20

solana-vue3-counter

A test repo for getting started with Anchor and Vue3
JavaScript
9
star
21

peppermint

[WIP] Metaplex SDK Mint example
Vue
7
star
22

enchant

🧙‍♂️ Auto-generated Laravel documentations [WIP]
PHP
7
star
23

minecravel

Just having fun with Minecraft mods (something Laravel related perhaps...)
Java
6
star
24

postpone

🦥 Handle asynchronous JS pipelines
TypeScript
5
star
25

learn-laravel-deployer

👨‍🏫 Dummy Laravel app used in the "Getting started with Laravel Deployer" video series
PHP
4
star
26

solana-core-programs

[WIP] Generated clients for core Solana programs
Rust
4
star
27

laravel-actions-docs

📚 Documentation for Laravel Actions
JavaScript
2
star
28

solana-trustpilot

A Umi/Kinobi demo
TypeScript
2
star
29

js-next-cra-5

[WIP] Testing the Metaplex JS SDK on CRA 5
JavaScript
1
star
30

lab-deployer

Testing the deployment of a Laravel app with Deployer7
PHP
1
star
31

typedoc-plugin-expand-object-like-types

Expands TS definitions for object-like types
JavaScript
1
star
32

token-recipes

TypeScript
1
star
33

kinobi-template

[POC] A template for Solana programs and their generated clients
TypeScript
1
star