Replies: 2 comments 18 replies
-
|
You can start debugging the issue using php artisan route:list |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It seems the route locally is |
Beta Was this translation helpful? Give feedback.
17 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.
-
Description:
Iam create tool and develop it with success. Url in localhost is http://localhost:16275/manager-tool.
Then iam deploy this to staging server and when i open it, i have 404 error. https://domain.domain/manager-tool
What iam doing wrong?
I push all code to remote server and launch this deploy process
docker exec dog_php_staging composer install
docker exec dog_php_staging php artisan config:cache
docker exec dog_php_staging php artisan route:cache
docker exec dog_php_staging php artisan view:cache
docker exec dog_php_staging php artisan migrate --force
Beta Was this translation helpful? Give feedback.
All reactions