Replies: 1 comment
-
Solved using:
Now I can kill the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I need to find the source of this bug #46726
I have a docker container with
php artisan serve --host=0.0.0.0 --port=80 >> storage/logs/artisan-serve.log 2>&1
Then I need to change some vendor files to test the command line parser, but I can not stop and start again the
php artisan serve
because the container will stop at these moment.How can I force a server reload without stop/start to reload the vendor loaded in memory? Can be done? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions