Skip to content

JoshuaBedford/laravel-lando

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel & Lando

Looking at how to configure Lando (a local dev environment built on docker) to support Laravel development.

Usage:

  • Copy the folder .lando/* into laravel project.
  • Copy the file .lando.yml into laravel project.
  • Check .lando/laravel-worker.conf to ensure proper queue is called (included script utilizes sqs).
  • Run lando start.
  • Done!
Support Files (.lando/*):
  • cron.txt - typical cronfile for laravel.
  • docker-php-entrypoint.sh - ensures cron starts.
  • laravel-worker.conf - typical supervisor setup with paths/user adapted for lando.
  • php.ini - Overcame the issue with memory limits from default Lando config for php.ini
  • Note: If any of the support files (including lando config) is changed, rebuild with lando rebuild -y
A few phrases I tried to search when figuring this out:
  • Lando Laravel Supervisor
  • Configure Lando for Laravel
  • Configure Laravel Cron on Lando

About

how to configure Lando to support Laravel development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages