Skip to content
/ lando-laravel Public template

Basic configuration to start laravel using lando

Notifications You must be signed in to change notification settings

serwin35/lando-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Lando Laravel

  • Install Lando
  • Trust CA
  • Run lando start
  • Run lando artisan db:seed
  • Run lando artisan storage:link
  • Run lando artisan user:create
  • Run lando watch
  • (Optional) when changing .lando.yml lando rebuild -y

🔑 Access local enviroment

⌨️ Lando Commands

  • lando start
  • lando stop
  • lando mysql
  • lando ssh -s appserver
  • lando logs -s appserver
  • Lando Commands list

⚙️ GitHub Actions

  • Remember add secrets:
    • MAIN_SSH_KEY
    • MAIN_LARAVEL_ENV
    • DEVELOP_SSH_KEY
    • DEVELOP_LARAVEL_ENV
  • Deploy
    • main
    • develop

⛓️ Branches

  • main
  • develop
  • feature/*
  • releases/*

About

Basic configuration to start laravel using lando

Resources

Stars

Watchers

Forks

Packages

No packages published