dwijitsolutions/laraadmin

LaraAdmin Page not found when I go to login

Opened this issue · 4 comments

LaraAdmin Page not found when I go to login

@plonikz Do you have this line included into your routes/admin_routes.php file?

Route::auth();

@plonikz Hi there, I suppose you fixed your installation, maybe it is time to close this thread

Hi friends... I use wamp 64bits. When I install laraadmin files in the root directory *C:\wamp64\www* the login works.. but, when install into *C:\wamp64\www\MyLaraAdmin* the login not work and display Page not found.
If I use php artisan serve into *C:\wamp64\www\MyLaraAdmin* the login works...
What can be happening?

Best regards,

With wamp64 into root directory (C:\wamp64\www)
image3

With wamp64 into MyLaraAdmin directory
image2

With php artisan serve
image1