-
-
Save thehelvetian/6f07cd83acfaa74224de722791a4a78b 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