dwijitsolutions / laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
http://laraadmin.com
MIT License
1.58k stars 537 forks source link

LaraAdmin Page not found when I go to login #293

Open plonikz opened 6 years ago

plonikz commented 6 years ago

image

leopinzon commented 6 years ago

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

Route::auth();

leopinzon commented 6 years ago

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

igorpinho commented 6 years ago

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