What's the different between zend framework and laravel framework? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the different between zend framework and laravel framework?

hi guys! the last month I heard a few things about php's framework and I wanna know, what's the best?

23rd Feb 2017, 11:27 AM
Luis Enrique Siles Cabrera
Luis Enrique Siles Cabrera - avatar
4 Answers
+ 1
It all depends on what you're developing. Laravel contains everything but the kitchen sink. But if you're developing a very simple app, you might want to use a lightweight framework like Slim. Furthermore, it also depends where your server is. If your using shared hosting, Laravel might not work so well. My advice is: Use what you need. Nothing more, nothing less.
23rd Feb 2017, 12:29 PM
Division by Zero
+ 1
I don't recommend using Laravel as your first framework. I recommend Slim. There are some good tutorials on YouTube. Search for "codecourse slim".
23rd Feb 2017, 2:39 PM
Division by Zero
+ 1
Laravel can work on shared hosting, however if there is no ssh access then you will have to go through a lot of trouble to install it. I moved my Laravel sites from shared hosting to a managed laravel hosting (https://www.cloudways.com/en/laravel-hosting.php) for this reason and also because of performance issues.
10th Jun 2019, 12:18 PM
Oliver Russell
Oliver Russell - avatar
0
thanks but I've never used any framework that's why I wanna know what frameworks use for first time
23rd Feb 2017, 1:26 PM
Luis Enrique Siles Cabrera
Luis Enrique Siles Cabrera - avatar