change drive in laravel error found file_put_contentsFailed to open stream: Resource device

Опубликовано: 24 Май 2026
на канале: Koding Learner
7
like

file_put_contents(F:\xampp\htdocs\LMS\admin\storage\framework\views/9945e6c14fb15663ff3dc87defc2111f.php): Failed to open stream: Resource device
when change drive and setup another drive



Bonus: Laravel Folder Permissions (Windows)

Delete the views Cache Directory

Inside your project folder:

F:\xampp\htdocs\LMS\admin\storage\framework\views

Give Full Permissions to storage and bootstrap/cache

Right-click on:

storage

bootstrap/cache

php artisan config:clear
php artisan cache:clear
php artisan view:clear
php artisan route:clear

composer dump-autoload