Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 911 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 911 Bytes

💻 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/*