Last active
June 20, 2020 23:22
-
-
Save midnite81/8f9a2e0fb08097dc1c5794be49e270b7 to your computer and use it in GitHub Desktop.
Default Lando Config for PHP 5.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: <name> | |
recipe: laravel | |
config: | |
via: apache | |
webroot: public | |
php: '5.4' | |
proxy: | |
appserver: | |
- <site>.lndo.site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment