Articles domain

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!
Travin
Posts: 70
Joined: 18 Dec 2017, 03:12

Articles domain

Post by Travin » 25 Feb 2018, 19:10

Hey guys
I want to add solution for creating articles from Admin side. With categories and images. How I can do it faster and at best way? I think I need to create new domain or two (articles and categories).
Laravel 6.18.19 | php 7.4.7 | Xubuntu | Aimeos Laravel 2019.10.5

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

Re: Articles domain

Post by aimeos » 26 Feb 2018, 23:10

Can you explain a bit more in detail what you want to achieve? This isn't very clear ...
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Travin
Posts: 70
Joined: 18 Dec 2017, 03:12

Re: Articles domain

Post by Travin » 27 Feb 2018, 02:32

Okay, for explaining I'm selling books, and I have books like products. Also, I need articles about authors, news, some funny facts about bestsellers, and FAQ. I need to fill it at admin side

Code: Select all

-NEWS category
     - article
     - article 
        - images of article
     - article
- FAQ category
     - article (Q&A)
     - article (Q&A)
     - article (Q&A)
So I will include that at different pages
Laravel 6.18.19 | php 7.4.7 | Xubuntu | Aimeos Laravel 2019.10.5

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

Re: Articles domain

Post by aimeos » 27 Feb 2018, 08:47

For such things it would be better to use a CMS package like Quarx: https://github.com/YABhq/Quarx/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply