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?
4 Réponses
+ 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.
+ 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".
+ 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.
0
thanks but I've never used any framework that's why I wanna know what frameworks use for first time