Slim Vs Laravel

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jenlara
Posts: 5
Joined: 10 Sep 2017, 07:48

Slim Vs Laravel

Post by jenlara » 13 Sep 2017, 15:12

Hi,

Is there any great difference in choosing slim over laravel?

Can we build big intensive sites on slim package or it best suited for sites with articles
A. 10 to 100
B. 100 to 250
C. 250 to 500

Thanks

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

Re: Slim Vs Laravel

Post by aimeos » 13 Sep 2017, 19:58

There's no difference between Laravel and Slim regarding the number of articles. In both cases Aimeos can handle in the default MySQL setup up to 100k articles. There's also almost no difference in speed between both (ca. 40ms reponse time for list and detail views in optimized setups).

The difference is how much you need to implment yourself. For example, Laravel already contains user accounts and registration, password forgotten and other things. You have to care about that in Slim yourself so for shops without user accounts, Slim fits well. For all others we would recommend Laravel.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply