Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

I have the same error.

Last updated 1 year ago.
0

If you have composer installed, open command line, go to desired folder you want laravel in and simply run

composer create-project laravel/laravel .

If you replace the "." with something else like "test" it will install laravel inside of test directory. If you remove the dot, it will install it inside a default folder which is "laravel" I believe.

Last updated 1 year ago.
0

You need at least PHP >= 5.3.7 with L4. And why don't you change the web root on the server instead? Is it shared hosting? You could also put all laravel install inside public_html, update bootstrap/path.php and index.php and redirect to laravel public with a htaccess. Once u installed in upgrade php version,then give full access of storage folder and try its works.

Last updated 1 year ago.
0

@shashik493 I believe he is using wamp on his local machine

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.