Last active
January 1, 2019 06:00
-
-
Save li0nel/13a951cecca7e91c46d349ba222f0c1c to your computer and use it in GitHub Desktop.
Run Laravel migrations
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
# 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