CodeIgniter Forums
Why Codeigniter is better than laravel? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Why Codeigniter is better than laravel? (/showthread.php?tid=71334)

Pages: 1 2 3


RE: Why Codeigniter is better than laravel? - Ghost11101 - 06-18-2019

CodeIgniter is best because it focus on your project by minimizing the amount of code needed for a given task.


RE: Why Codeigniter is better than laravel? - marionOxiwiz - 06-26-2019

I use CI since 2012 and we have developed many projects with it.
I prefer CI because CI is most flexible than other framework and in SEO, better results also.


RE: Why Codeigniter is better than laravel? - triluminos - 06-29-2019

I use it since 2016 because it is too fast, light, have a good directory organization and need minimal or no changes in code when upgrading to a new version.


RE: Why Codeigniter is better than laravel? - ignitedcms - 07-19-2019

(06-29-2019, 03:21 AM)triluminos Wrote: I use it since 2016 because it is too fast, light, have a good directory organization and need minimal or no changes in code when upgrading to a new version.

It certainly is too fast!


RE: Why Codeigniter is better than laravel? - shruchinagar - 08-01-2019

(08-01-2018, 06:55 AM)avcosh Wrote: Hello, everybody!
Why Codeigniter is better than laravel?
Your opinion?
Thanks!

CodeIgniter and Laravel Both are the awesome and most trusted PHP Framework, both PHP frameworks have their own benefits and relevancy. Setting up CodeIgniter is uncomplicated and rapid, although, according to several reviews and rankings, “Best PHP Frameworks for Modern Web Developers” Laravel is ranked 1st that shows it has a little edge as compared to CodeIgniter. Because of its advanced and elegant features. But to select the right one for security needs several parameters to count on. Check out here- *REDACTED*


RE: Why Codeigniter is better than laravel? - milengardev1994 - 09-01-2019

I am using CI since 2016 for building various small projects and now recently using it on quite big projects.

For small project - website with a registration form, login and some basic HTML pages is perfect.
It takes you a few steps to setup it and it is super easy to deploy without fancy dependencies.
In Laravel took me almost 1 day to setup everything.

For big projects - CI start to fade away since the structure of the framework is not so demanding like in Laravel.
However if you are experienced developer you can easily extend CI to look more like Laravel.
In fact, I have build quite large project only with CI and I never felt that something is missing.
If I need some special architecture I can easily implement it without a lot of effort.
On the other hand it is very difficult to restructure things in Laravel.

I think that the extensibility of CI is huge plus and even if you are building large project can work out pretty good.
In the end of day it's just PHP and you can do so many things in so many different ways Smile
That's why we love it I guess.

Cheers!