Artisan Problem
I'm trying to learn a little about laravel and was attempting their tutorial, but when I set up my project and ran:
php artisan serve
I get the following error:
In PackageManifest.php line 177:
The C:\Users\Ted\Documents\Web Development\PHP\laravel\chirper\bootstrap\cache directory must be present and writable.
I've tried creating the missing directories etc but no luck. I'm curious just how to fix this!1 Reply
was a long time ago i worked with laravel, maybe this thread helps
https://stackoverflow.com/questions/43718391/laravel-throws-the-bootstrap-cache-directory-must-be-present-and-writable-erro
Stack Overflow
Laravel throws 'The bootstrap/cache directory must be present and w...
I used 'composer update', which updated a few packages. During the updating process the website still functions. However, after it says 'The compiled services file has been removed', the website do...