Skip to content

Common Errror

johnenrick edited this page Jul 2, 2020 · 1 revision

Upload Profile Picture

If cannot upload photo, always check that env() is working in UserProfilePicture

ENV is empty

For unknown reason, just run these commands:

php artisan config:cache
php artisan config:clear
php artisan cache:clear

Route Not Working

If visiting the /public/v1 does not work, make sure that HTACCESS is enabled in apache

Clone this wiki locally