I uploaded my localhost project on Godaddy Shared hosting.
After uploading my project i got this error
file_put_contents(C:\xampp\htdocs\instant\storage\framework/sessions/FF): failed to open stream: No such file or directory
to remove this error i followed this Stackoverflow answer and deleted my bootstrap/cache/config.php
I have two questions -
will there be any effect on performance if i delete bootstrap/cache/config.php?
can i create this new file by
php artisan
command?
It depends on the size of your configurations, but in most cases the performance impact would be marginal.
php artisan config:cache