# start
docker-compose up -d
# install dependencies
docker-compose exec php su app -c 'composer install'
# run migrations and seeders
docker-compose exec php su app -c 'php artisan migrate:fresh --seed'
# make storage link
docker-compose exec nginx su app -c 'cd /app/public/; ln -s ../storage/app/public storage'
# exec inside the php container
docker-compose exec php su app
# open mysql client
docker-compose exec php su app -c 'mysql -h db -u laravel -psecret laravel'
-
Notifications
You must be signed in to change notification settings - Fork 0
Youtube gaming directory built with Laravel, Vue.JS, Vuetify, Youtube Data APIs
AndreiTelteu/YoutubeGamingLive
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Youtube gaming directory built with Laravel, Vue.JS, Vuetify, Youtube Data APIs
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published