Search found 44 matches

by lucadambros
26 Jun 2019, 11:47
Forum: Laravel package
Topic: Laravel aimeos CMS
Replies: 3
Views: 1919

Re: Laravel aimeos CMS

You mean the Laravel "users" table? I tried with Voyager CMS (https://laravelvoyager.com/) but both projects has a "page" table. The result is a SQL error because the projects is trying to create a table that already exists. OUTPUT: SQLSTATE[42S01]: Base table or view already ex...
by lucadambros
26 Jun 2019, 08:57
Forum: Laravel package
Topic: Laravel aimeos CMS
Replies: 3
Views: 1919

Laravel aimeos CMS

Hi to everyone! I want to add the aimeos-laravel extension to a CMS (also built with laravel) but I'm having a lot of problems like the CMS trying to create the same tables as Aimeos and other stuff like that. I don't want to use the TYPO3 extension or the Flow project. Is there a way to handle this...
by lucadambros
25 Jun 2019, 06:31
Forum: Help
Topic: How to modify admin dashboard
Replies: 2
Views: 2259

Re: How to modify admin dashboard

Can you please explain how this can override the aimeos extension? Can the extension also override the controller? Thanks Edit: I solved the first problem but I still don't know how to extend controllers Edit: Yes, the extension can override the controller https://aimeos.org/help/laravel-package-f18...
by lucadambros
24 Jun 2019, 14:51
Forum: Help
Topic: How to modify admin dashboard
Replies: 2
Views: 2259

How to modify admin dashboard

Hi to everyone, I'm new to Aimeos and I need help. I want to modify the admin dashboard by creating a new extension (so I can update Aimeos in the future). I know that I have to use the extension generator but after that I don't know how to do the remaining part. Is that possible? Can someone send m...