Page 1 of 1

Laravel 5.3 routes

Posted: 28 Dec 2016, 02:16
by VozIP
Hi! Thanks in advance for the help...

I just have done a clean install of Laravel 5.3 and the aimeos and the /list show some output and the links work but when trying to use /admin it redirects to /login and I get an Http not found exception... doing a route:list I don't see any /login route.

what should I add to /routes/web.php? to have the /admin and /login route?

ALso I while running the / route it doesn't display anything even changing to show the view app.blade.php with the example on your website.

Can you help?

Thanks
tiago Matias (Portugal)

Re: Laravel 5.3 routes

Posted: 28 Dec 2016, 18:44
by aimeos
VozIP wrote: I just have done a clean install of Laravel 5.3 and the aimeos and the /list show some output and the links work but when trying to use /admin it redirects to /login and I get an Http not found exception... doing a route:list I don't see any /login route.
You need to set up the Laravel authentication first:
https://github.com/aimeos/aimeos-laravel#admin
VozIP wrote:ALso I while running the / route it doesn't display anything even changing to show the view app.blade.php with the example on your website.


Use the "/list" URL to get the product listing. This is the default setting. The "/" route is for your start page and shows in fresh Laravel applications only a light-grey Laravel logo.