IT Newbie
IT Newbie

Reputation: 23

In PackageManifest.php line 177:

In PackageManifest.php line 177: The C:\system\bootstrap\cache directory must be present and writable.

Im trying update the lasting composer, and doing php artisan cache:clear using windows 10

Upvotes: 0

Views: 2544

Answers (1)

A. Vila
A. Vila

Reputation: 11

Delete manually the cache folder from bootstrap folder and create it again manually via New Folder command on Windows.

I solved the same issue doing this thing.

Upvotes: 1

Related Questions