git clone https://github.com/tjphippen/luminod && cd luminod && bash create.sh
Have a beer!
🍺
Navigate to http://localhost:80 and you should see something like this
Success! You can now start developing your Lumen app on your host machine and you should see your changes on refresh! Classic PHP development cycle. A good place to start is images/php/app/routes/web.php
.
Feel free to configure the default port 80 in docker-compose.yml
to whatever you like.
docker-compose down
docker-compose up --build -d
docker-compose exec php sh
# inside the container
cd ..
php artisan migrate
php artisan cache:clear
- Submit a Pull Request!
- Buy me a 🍺
- ETH:
0xe3b5b9db175d5988ac22e47979fdb639686069df
- Paypal:
paypal@tjphippen.com
- ETH:
- bash prompts for .env vars(passwords)
- generate app Key
- Add Vue App container
- Add SSL Cert
- Add
rabbitmq
container - Add
bind
container