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
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!