Support the ongoing development of Laravel.io →
Configuration
Last updated 2 years ago.
0

Hmm - could be anything - is any part of your laravel install working? If you open the routes.php file and add

Route::get('/', function(){ return view('hello'); });

do you get the "you have arrived" page?

Last updated 2 years ago.
0

Yes, I do get "you have arrived page." . I think the problem occured after I run the following command.

cd ~/Sites/laravel-auth/vendor/twitter/bootstrap npm install

I was able to that but now I can't even get into "you have arrived page."

Last updated 2 years ago.
0

Is the "server.php" file located in your laravel root directory?

https://github.com/laravel/laravel/blob/master/server.php

Last updated 2 years 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.