Laravel Community Tools by Tighten

NotFoundHttpException Lumen

Submitted by atilarampazo - 10 years ago

Hello !

I'm trying to publish an application on an IIS server where my application is in a subfolder.

However when trying to enter it's giving me the following error:

NotFoundHttpException Application.php line in 1105 :

I ran a dd () on routes and printed on the screen normally.

I do not know what might be happening .

Could someone help me ?

NotFoundHttpException in Application.php line 1105:
in Application.php line 1105
at Application->handleDispatcherResponse(array('0')) in Application.php line 1075
at Application->dispatch(object(Request)) in Application.php line 1018
at Application->run(object(Request)) in index.php line 28