CodeIgniter Forums
codeigniter or 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: codeigniter or laravel? (/showthread.php?tid=75041)



codeigniter or laravel? - mohammadzm - 12-12-2019

hi
i want to create a website for tourism for about 1000 daily visiting user
what to choose laravel or CI ?


RE: codeigniter or laravel? - mboufos - 12-12-2019

i like CI because its simpler Smile


RE: codeigniter or laravel? - phamdoanw - 12-12-2019

It depends on how you develop your website. Codeigniter is fast and light simpler code. Good system optimization. But building a complete website takes a lot of effort and must build almost all from security to functionality. while the laravel heavier runs slower in exchange for a faster build and does not need to care about system security everything is already set and built. In short, it depends on what fw you like


RE: codeigniter or laravel? - RedFrog - 12-16-2019

(12-12-2019, 07:58 AM)phamdoanw Wrote: But building a complete website takes a lot of effort and must build almost all from security to functionality. while the laravel heavier runs slower in exchange for a faster build and does not need to care about system security everything is already set and built.
Does CI 4 differs from CI 3 regarding things that are already built? Is CI4 similar to Laravel in that aspect? It would be very useful to find a page with a table that compares all the new aspects and changes between v.3 and v.4.


RE: codeigniter or laravel? - ciadmin - 12-16-2019

A useful reference, pointing out many of the differences between CI3 and CI4: https://codeigniter4.github.io/userguide/installation/upgrade_4xx.html