samedi 18 février 2017

saved Config not clearing on godaddy server

I am using Queue to dispath email and in this I was facing app path issue on local and to fix that I initialized below config key

APP_URL=http://localhost:85/API/public

I by mistake typed this one

APP_URL=http://localhost:85/API/publiic

instead of

APP_URL=http://localhost:85/API/public

to fix this issue I used below query

php artisan config:clear

and everything got fixed. Then by mistake I deployed the same code on server with local config key and now even after changing the key...it still picks local one. seems like it is in cache now.. but I can confirm that I did not cache the config and bootstrap/cache folder contains only services.php file.

My problem is: How should I fix this issue?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2lvoDHA
via IFTTT

Aucun commentaire:

Enregistrer un commentaire