I started the php server on cmd using php -S localhost:8080, like this:
php -S localhost:8080
And I got this problem when opening localhost:
What should I do?
Missing index.phpin the root folder. Thanks to everyone.
index.php
This error also occurs when you have a path with the same name as the directory in the public folder:
Defining a path in rout.php file
Route::get('Glaciares',function(){ return view('Principal.Glaciares.Acerca'); });
a shared folder
. :
index.blade.php save welcome.blade php
:
Route::get('/welcome', function () { return view('welcome'); });
,
def index end
.