Skip to content

Instantly share code, notes, and snippets.

@li0nel
Last active January 1, 2019 06:00
Show Gist options
  • Save li0nel/13a951cecca7e91c46d349ba222f0c1c to your computer and use it in GitHub Desktop.
Save li0nel/13a951cecca7e91c46d349ba222f0c1c to your computer and use it in GitHub Desktop.
Run Laravel migrations
# Use the Docker exec command to execute the Artisan commands inside the application container
docker exec -it CONTAINER_ID php artisan session:table
docker exec -it CONTAINER_ID php artisan migrate --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment