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?
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."
Is the "server.php" file located in your laravel root directory?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community