Search found 2 matches
- 08 Jul 2022, 16:41
- Forum: Laravel package
- Topic: Route [aimeos_home] not defined.
- Replies: 11
- Views: 8011
Re: Route [aimeos_home] not defined.
The "aimeos_home" route isn't defined by default, you have to add it yourself. See here: https://github.com/aimeos/aimeos-laravel#frontend To avoid that problem, it has been removed from the base.blade.php template and "/" is now used instead. A new minor version (2022.07.2) has...
- 07 Jul 2022, 17:12
- Forum: Laravel package
- Topic: Route [aimeos_home] not defined.
- Replies: 11
- Views: 8011
Route [aimeos_home] not defined.
Hello there I'm trying to test aimeos as a laravel package I have followed the instructions in the documentation https://github.com/aimeos/aimeos-laravel , but when trying to access either /shop or /admin I always get this error: Route [aimeos_home] not defined. When inspecting the routes, in fact, ...