Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 297 Bytes

LANDO.md

File metadata and controls

18 lines (14 loc) · 297 Bytes

Lando Development Environment

Ensure you have Lando installed first https://lando.dev/

lando start

Then set-up Lunar...

lando composer install
cp .env.lando.example .env
lando artisan migrate
lando artisan lunar:install
lando artisan db:seed
lando artisan storage:link