2
I had a project in my machine where I created the Laravel via
$ New application Laravel
I copied this project to another machine with the perfect shampooing equal to the desiccation machine, but when I access the route
Route::get('/test/test', Function() { echo 'Ola Mundo'; });
He returns to me
(1/1) Notfoundhttpexception
in Routecollection.php (line 179) At Routecollection->match(Object(Request))in Router.php (line 548)
But if I access
Route::get('/', Function () { echo 'Ola Mundo'; });
Without the parameters in the url it returns the Hello world.
I tried everything to you
Composer update
php Artisan cache:clear
But nothing works, someone can help me ?
Hugs
Post all routes and there is not echo and Return.
– novic