After I ran composer update/ install then when I run php artisan cache:clear. I got the following error.
[ErrorException] file_put_contents({application-root-path}/bootstrap/cache/services.php): failed to open stream: No such file or directory
Is there any command able to re-cache the file? As for now no matter what php artisan function that I run also will caught into the same error.
p/s: Please comment below if you need me to provide any further information for debug use.
file_put_contents()
function in application. – sunny kashyap