Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't get it work :( #10

Open
DannyTaki opened this issue Jan 27, 2017 · 3 comments
Open

Couldn't get it work :( #10

DannyTaki opened this issue Jan 27, 2017 · 3 comments

Comments

@DannyTaki
Copy link

Followed your instructions, but after php artisan serve command, I got laravel error page: ErrorException in Filesystem.php line 81:

@leantony
Copy link
Owner

leantony commented Feb 1, 2017

what laravel version are you using?

@DannyTaki
Copy link
Author

Latest Version 5.4, but I cloned your project, then used composer install

@timloo0710
Copy link

I also face the same problem!!
file_put_contents(/9484917115c47e6188afef6a4196b51e): failed to open stream: Permission denied

file_put_contents(/home/timloo/composer_php/eshop/leantonyShop/storage/framework/sessions/aa603a57b90dde1fd4528a20dc2355a981005491): failed to open stream: No such file or directory


I create a folder "sessions" inside the storage/framework/ , can solve the second problem,

I referenced the https://stackoverflow.com/questions/23540083/failed-to-open-stream-permission-denied-error-laravel ,

I ran
php artisan cache:clear
chmod -R 777 storage/
composer dump-autoload

I void as the same way.

Any help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants