Laravel 5.3 routes

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
VozIP
Posts: 1
Joined: 28 Dec 2016, 02:08

Laravel 5.3 routes

Post by VozIP » 28 Dec 2016, 02:16

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)

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Laravel 5.3 routes

Post by aimeos » 28 Dec 2016, 18:44

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply