SadmanSarar / news-app-web.

A demo laravel project build to support the flutter project https://github.com/SadmanSarar/flutter-news-app
http://news-app.sadmansarar.xyz
13 stars 9 forks source link

error on install #1

Open diorz38 opened 5 years ago

diorz38 commented 5 years ago

i've got error: ErrorException (E_WARNING) file_put_contents(D:\laragon404\www\news-app-web\storage\framework/sessions/c6Pd5OS1tq7eINvk9poJNOmFmtiZgRoAEeusTj0Q): failed to open stream: No such file or directory when install it.

step to reproduce:

  1. Clone repo
  2. run composer install
  3. run php artisan key:generate
  4. make database
  5. run php artisan migrate
  6. run php artisan serve

i try to chace clear but i've got another error: Failed to clear cache. Make sure you have the appropriate permissions.

what do i missed?

diorz38 commented 5 years ago

i've got it worked by copying all folder in storage/framework (cache, sessions and views) from another laravel project, and run:

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