0

I am trying to install laravel php framework. I have followed official laravel documentation and tried both of methods described there.

laravel folder appears in /var/www/ after installation but when I navigate in browser to http://localhost/laravel it just displays me the contents of laravel folder.

I tried to change permissions, even I have tried to change the permissions of /var/www/laravel/ to 777. it did not work.

Where can be the problem?

1 Answer 1

1

"localhost/laravel/public" if it's not working

chmod -R 777 /var/www/laravel/app/storage

then it will work.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.