Тёмный
No video :(

Laravel vs Codeigniter - A quick comparison for you to decide 

Happy Developers
Подписаться 3,6 тыс.
Просмотров 153 тыс.
50% 1

Laravel vs Codeigniter is still a hot topic that many people are still not sure about what is the best choice!
Let's face it, Laravel is by far the most famous framework out there according to google trends goo.gl/rS6jlo
More people are looking for it, more people are loving it, there are more people that have experience with it, it is new, it is powerful, more job positions are asking for it and so on.
On the other hand, there are plenty people that are still using Codeigniter and they are still people that are suggesting CI over Laravel.
The main question is what's the best framework for YOU to choose?
In this video, I am going to share with you my thoughts on Laravel and Codeigniter Framework from my professional experience as briefly as possible (this is NOT a detailed video) so I can help you decide which is better for you to choose. This is not a detailed video, if you are interested on just comparing the two frameworks, I would suggest you to read the article: www.web-and-dev...
Searching Grocery CRUD for Codeigniter?
www.grocerycrud...
Searching Grocery CRUD for Laravel?
www.grocerycrud...
Presentation made with ImpressJS: github.com/imp...
Want to see more content of John Skoumbourdis? Then subscribe to this channel!

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 129   
@lucagrandicelli
@lucagrandicelli 3 года назад
Laravel is powerful but unnecessarily complex. When i comes to Web Development, the same things can be done in several ways, but the simplest are always better. In terms of architecture and logical distribution of the Web Development Workflow, CodeIgniter is absolutely the best. Version 3 was basically an Instant RAD. V4 has come to more closer fields of modern MVCs, but still easy to learn, easy to develop and easy to READ. Let's make it great again. Let's just use it.
@jebbush2964
@jebbush2964 7 лет назад
LET'S MAKE CODEIGNITER GREAT AGAIN.
@swagatadatta2698
@swagatadatta2698 6 лет назад
Yes ........................but how
@ClawHammer23
@ClawHammer23 6 лет назад
Using it
@fthis1234567
@fthis1234567 6 лет назад
I agree, but as of now I don't see how.
@MelroyvandenBerg
@MelroyvandenBerg 2 года назад
Codeigniter 4 is very cool!
@saydfuad6914
@saydfuad6914 3 года назад
I used CI for 4years and still have big CI projects in production, now am in Laravel and there is no coming back, the truth is Laravel is little bit complicated to learn for beginners but it makes web app development much easier once you understand it.
@JohanvandeMerwe_Enovision_GmbH
CodeIgniter is Rambo. Very reliable, not very demanding and fast. I am using it on big projects already for years and it is simply not true that it is only nice if you are a beginner or a small team. Most important is that it won't let you down. And CodeIgniter never did. In the end it is just PHP. Laravel is maybe better, but related to what? I think that the learning curve of Laravel is much higher than CodeIgniter, which you can learn in couple of hours. And why is Laravel calling "models" suddenly "presentations"? Well, I think I will learn Laravel or Lumen too, but CodeIgniter is not just for beginners.
@versascemx
@versascemx 7 лет назад
I think the same, I think laravel has more things because a lot of people have turned to laravel, but Codeigniter is good. I think we use trends, if someone important in these media says that yii is the best framework many developers will start using yii.
@JohanvandeMerwe_Enovision_GmbH
I agree, after seeing this video and putting my first comment on this, I have spent an evening on Lumen, the little brother of Laravel. I must say that after getting a bit used to the dependencies and how things was structured and done, it did impress me. I really like the "middleware" feature in Lumen/Lararvel, where you can execute functionality on the request before it enters into the controller. And I like the routing too. I think I will use both CodeIgniter and Lumen/Laravel. I am a somewhat old school though, when it works well, don't change it. I tend to build customer applications that are not made to follow every trend.
@devRockCAVE
@devRockCAVE 7 лет назад
I think it all depends on how heavy data driven the application is. I have recently worked on a CI legacy ERP which used HMVC and DataMapper. You can certainly do with CI, but you will depend on so much third party plugin which again comes builtin. For example, you have eloquent or you can use Doctrine for ORM. CI's ORM DataMapper is so much behind in development and it would make it nearly impossible to scale up performance.
@holymojo6553
@holymojo6553 7 лет назад
Codeigniter sucks!!, every thing you have to build from scrach all the functions and functionalities i, ORM stinks, no start up do everything from the start... YOU GOTTA BE KIDING ME....us(BY LARAVEL COMMUNITY, ON THE BEHALF OF OF TALOY OTTWELL AND JEFFREYWAY.) IM A LARACASTS MEMBER AND USED LARAVEL SINCE version 5.0 and also codestinker u call it as PHP framework You might want to take this TUITORIAL FIRST all those who support CODESTINKER(codeigniter) laracasts.com/series/whats-new-in-laravel-5-5 and laracasts.com/series/laravel-from-scratch-2017 www.quora.com/How-different-is-Laravel-from-Symfony-when-Laravel-was-built-using-Symfony-What-do-they-do-differently (i got lots of other proof, no space no words)
@UCdtq8L-sPVBtmc7676MuQzw
@UCdtq8L-sPVBtmc7676MuQzw 7 лет назад
Nice explanation. I'd like see comment with real experience rather than yelling "Hey... This Framework is best of the best. And bla bla bla."
@hashaamzahid3319
@hashaamzahid3319 5 лет назад
i think codeigniter simple lightweight and best performance. i learned full Laravel . in Laravel you have to learn many things and performance slow, its just like WordPress example . if you call index page many things run with it ar result performance slow. not well manage Laravel .
@rabieist
@rabieist 6 лет назад
Codeigniter is by far the most efficient, fast, logic and simple framework ever!!! All the other frameworks will lead you to slow and slower development timeline and keep you blind of what it is all about! Businesses should really not listen to nerds and rigid PHP developers who say otherwise. It will cost them more time and money to develop fast, reliable applications. This is a full-proof opinion and based on more then hundred of great applications i have build and they are all fast and very clean! Long live CI community we love u!!!
@abrkof
@abrkof 4 года назад
I love CI all versions :3
@fhr93fhr93
@fhr93fhr93 6 лет назад
Codeigniter is easy to start and easy to learn. If your web/app are going to grow and becoming more complex day by day, Laravel is better choice. I used to use Codeigniter, now I always choose Laravel for web app and Lumen for REST API. Laravel is a bit hard to learn at beginning. But then you will be falling in love to it.
@pkrockin3923
@pkrockin3923 3 года назад
Laravel is slow though, both in performance and development. Should be called LaraSlow.
@MelroyvandenBerg
@MelroyvandenBerg 2 года назад
I really like codeigniter. It also great for advanced websites. It has template includes feature. And database models. It can handle simple sites as well as advanced projects! I do not agree it's only for small projects
@ahmad.hendri
@ahmad.hendri 7 лет назад
Laravel or Ci can't be compared without knowing which programmer is using it, but if both are in the program by the same person, you will know that CI is still the best.
@AleemTahir001
@AleemTahir001 6 лет назад
Codeigniter is just FIRE
@truthteachers
@truthteachers 3 года назад
Frankly, everyone whose main job is to deliver apps to the user to conduct business efficiently and effectively, they should use Codeigniter. If you are in the business of developing software and selling, i dont care a damn what you use. I am the buyer and i will throw out anything that has too much complications and complexities. My recommendation for end-user developers is to STICK TO CODEIGNITER AND PYTHON AND THROW EVERYTHING ELSE IN THE RUBBISH. LARAVEL IS EXTREMELY OVERLOADED and keeps packaging other third party products, which you may never want, to deliver solutions. I dont trust any software that has no confidence in their own home grown components. Recommended standards for your development environment are: (1) PHP, JS, HTML , JQuery and CSS (and related tools or RADs) for Web Development packed into CodeIgniter (2) Python for backend processing. (3) MKDocs for documentation. Why Codeigniter? It is simple, lite and quick to learn especially when you employ new fresh graduates as developers. There are so many plugins available for other features. Very important, Codeigniter maintains the basic knowledge for programming. Why Python? It is the best programming environment for heavy duty processing at the backend, whether it commercial or scientific. Ruby and Ruby in rails is a subset of Python anyway. Drop Java altogether is my recommendations. Real pain in the butt regards to complexity, arcade and costs. Do i have the credibility for such recommendations? Yes. I am 70 year old technical solution architect, started from Mainframe, cobol, assemblers and C and all the way up to the current technology. Always have been in the end-user environment such as banks, health care, international trading, customs etc. I have been through all the pains. THIS IS ONLY A RECOMMENDATION.
@adilibrar2483
@adilibrar2483 6 лет назад
I will go for codeigniter
@johnparayno6658
@johnparayno6658 7 лет назад
You're right on the money dude, Using CI and Laravel really depends upon the need and the situation you're in.
@craigalbasri-cox3082
@craigalbasri-cox3082 5 лет назад
One thing that does not get discussed much is the deployment process of frameworks. CodeIgniter does not require any extra effort to deploy a project since it doesn't require any special configuration on web server.
@algeriennesaffaires7017
@algeriennesaffaires7017 4 года назад
good catch i agree with you
@infrawitiotsolutions6024
@infrawitiotsolutions6024 5 лет назад
Codeigniter is best suited for minimal applications. Laravel is great in handling larger applications. However, Codeigniter is the king for those who not tasted the flavor of Laravel yet.
@Maman-Setrum
@Maman-Setrum 7 лет назад
so many people said that CI is out of date, they always was laravel is better then CI. but IMHO, laravel is suck... to many to configure at beginning... laravel user always said lavarel better in CLI, so what? is that CLI important?absolutely not.. I always do CLI not using PHP but nodejs, who is php programmer dosn't now javascript? almost php programmer must know javascript, and CLI in nodejs absolutely easy and extremely fast, so CLI in laravel important..just suck, its just nonsense. copy n paste framework really work for me and CI can do that. configure anything can do while in beginning, middle or almost ending programming project and CI ok for that
@josbex1684
@josbex1684 7 лет назад
Codelgniter es Super ligero, y rápido
@alfonsomatute3898
@alfonsomatute3898 7 лет назад
I was going to write a joke saying that the real reason to use Codeigniter is to wait until Grocery CRUD is available for Laravel but... OOHHH finally it is here!!! thanks a looot!!
@MelroyvandenBerg
@MelroyvandenBerg 2 года назад
I use codeigniter 4. I'm really really impressed by the simplicity as well as the speed. It's very powerful. It's definitely not only for small projects.
@DonRobertson82
@DonRobertson82 6 лет назад
I use CI all the time... and only Laravel when I wanna suck money out of my client for development time... CI unless I have an idiot client with deep pockets... as far as the functional end result, exactly the same.
@KamalShariff
@KamalShariff 4 года назад
LOL!
@christopherjackson6537
@christopherjackson6537 7 лет назад
Could you make a comparison of symfony and laravel?
@algeriennesaffaires7017
@algeriennesaffaires7017 4 года назад
Laravel became like word press thing its getting worse and worse learned both laravel and Codeigniter, ill ignore laravel its a mess
@vcodev108
@vcodev108 4 года назад
so which part of laravel you didn't liked and why you are preferring Codeigniter over laravel?
@beermarket9971
@beermarket9971 5 лет назад
I never worked on any commercial project with Laravel, But for CI, i did a few, and to be honest, it's a fun framework but you will very quickly know it's limit. Over the period of just 3 month, we had to work new validation rules, changes get_where function to simple query, and having to write explicitly the select in case a request was doing two joins on the same table via seperate FK(s) because the second join will overite the result of the first join in the query result. Coming from an ASP.NET project, i have to admit that CI felt like a major downgrade.
@biblestudytogether5782
@biblestudytogether5782 6 лет назад
What did you use to make this slideshow/presentation video? I like how things move around and would like to do something similar.
@janzenfaidiban
@janzenfaidiban 6 лет назад
Thank you for the explanation. What application that you use to create the presentation or the video?
@This-Is-The-End
@This-Is-The-End 4 года назад
I want to learn laravel but it's too slow, so I am using tiny frameworks like fat-free framework
@caroldanvers265
@caroldanvers265 5 лет назад
Thank you sir! This video help me to choose the best framework to learn because I am still a beginner.
@reristavi
@reristavi 7 лет назад
Very out of the subject but I would love to know what did you use to make this video presentation?
@kapilsharmainfo
@kapilsharmainfo 7 лет назад
It is using impress.js, a JS library used to make HTML presentations. Check impress.github.io/impress.js/#/bored
@tornmal22
@tornmal22 5 лет назад
How much time Codeignitor will take to learn?
@HowPortal
@HowPortal 7 лет назад
Laravel is very slow and bloated :/
@IsaiahGamers
@IsaiahGamers 7 лет назад
HowPortal not really, you just don't know how to use it correcty
@chieeeffaatecchh6187
@chieeeffaatecchh6187 7 лет назад
Totally agree. I use phalcon php because it's much faster and not BLOATED. :D
@bryaneekelder8267
@bryaneekelder8267 7 лет назад
I see you responding to everything with nothing more than useless "blah". Benchmarks show us that Laravell takes more space, more memory, processes less requests per second. Ive read through some of the functions of Laravel. Please tell me why i would need an explicit function built into a framework to get the last value from an array for me. It's litterally a oneliner in basic PHP, then laravel comes around and makes a 5 line function for doing the exact same thing, with the same function i would use, but with a different name...
@luisaperez8932
@luisaperez8932 5 лет назад
Good Morning. First of all, thank you for your tutorial. But I have a doubt. If I'm alone developing a website for a Drive-in Cinema (for one cinema only) but similar to Carribean Cinemas Website (buy tickets, reservations), which framework is most convenient (Laravel or Codeigniter)? Thank you for your time.
@AnonymousGamer8
@AnonymousGamer8 7 лет назад
what application u use to make that video? something like powerpoint?
@Sdirimohamedsalah
@Sdirimohamedsalah 2 года назад
CI4 and laravel 8 ^ are little bit similar
@alejandrorosales
@alejandrorosales 5 лет назад
Thank you for your add an time to make this video!
@josbexerr5166
@josbexerr5166 4 года назад
Gracias Mister Happy, los 02 framework son super y es necesario aprenderlo
@jumartos
@jumartos 7 лет назад
Hola grocery...excelente video y comparación presisamente estoy jugando con los dos framework y me aclarastes muchas dudas. Hello grocery ... excellent video and comparison presisamente I am playing with both frames and clarified many doubts.
@fahim52510
@fahim52510 5 лет назад
Hi, your presentation slide is awesome. How you make it ? Please give me idea.
@carlosmayarodriguez7274
@carlosmayarodriguez7274 4 года назад
I hope you 've already found the answer , otherwise I guess he is using prezi
@vcodev108
@vcodev108 3 года назад
Does this comparison applies to current scenarios as well? considering codeigniter 4 and laravel 8
@chaker7778
@chaker7778 7 лет назад
If you want to start working CI is the best choise
@alexrostran8941
@alexrostran8941 7 лет назад
you can make a project in codeigniter please
@AlexSorkin1980
@AlexSorkin1980 4 года назад
Thank you! I think i am going to Laravel!
@truthteller1138
@truthteller1138 5 лет назад
All codeigniter users says codeigniter is better than laravel beacuse they do not know laravel, simply as that, they only know codeigniter, i used to be one of the but now i know in an expert way both laravel And codeigniter And i must say laravel is way better than codeigniter.
@JuanGuillermoSanchezPerez
@JuanGuillermoSanchezPerez 7 лет назад
nice video. Is your accent Portuguese. from Brasil or Portugal? ... My first framework is Laravel do you have other recomendations regarding codeigniter.
@elhadjbabacarcisse2868
@elhadjbabacarcisse2868 7 лет назад
Hi Grocery CRUD. Nice video. I just would like to know if you know more about other PHP frameworks for a future comparative video like Laravel vs Codeigniter vs Symfony vs CakePHP ... Thank you for these important informations about differences between Laravel & Codeigniter!
@digitalsketchguy
@digitalsketchguy 7 лет назад
I am learning PHP as a beginner. How good must i get before i can start thinking about using frameworks like Codeigniter?
@maxgray2373
@maxgray2373 7 лет назад
Learn the basics first. At least understand OOP concepts and be able to demonstrate it, alongside the basics of course.
@IsaiahGamers
@IsaiahGamers 7 лет назад
digitalsketchguy Learn as much about OOP as you can
@chieeeffaatecchh6187
@chieeeffaatecchh6187 7 лет назад
Create at least 5 or 10 projects without using any php frameworks so that you'll understand how OOP works.
@bogski
@bogski 7 лет назад
Hello. Very nice presentation. Please advise what kind of presentation software did you use on this video? thank you.
@JohnSkoubourdis
@JohnSkoubourdis 7 лет назад
bogski2026 this was impressjs :)
@bogski
@bogski 7 лет назад
Thanks for the information Sir John. I have been searching this for over 3 years... at last!!!
@bogski
@bogski 7 лет назад
I saw this in a presentation of Norton Anti-virus. I was a shame to ask the Representative about the presentation he showed to us using this impressJS.
@happydevelopers
@happydevelopers 7 лет назад
No problem @bogski2026 also checkout this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zovNtGGMUvs.html (around 00.35) to see that you can extend it with your own imagination
@bogski
@bogski 7 лет назад
grocery CRUD not only the effect but the presentation itself is good. thanks for sharing.
@angelalisomona7088
@angelalisomona7088 4 года назад
This was really helpful, thankyou
@afghanboy4022
@afghanboy4022 7 лет назад
laravel is THE KING
@alexrostran8941
@alexrostran8941 7 лет назад
i use Laravel but i want to know about codeigniter greetings
@chieeeffaatecchh6187
@chieeeffaatecchh6187 7 лет назад
Laravel vs PHALCON PHP
@lagiator
@lagiator 7 лет назад
όταν μιλάς καλά αγγλικά αλλά ακόμα βγαίνει η ελληνική προφορά
@alexanderanastasiadis9284
@alexanderanastasiadis9284 6 лет назад
Nick Kapenkar Αυτό είπα και εγω απο το πρώτο second που τον άκουσα ;)
@esam5713
@esam5713 6 лет назад
Just use Laravel And you Decide!
@nucleosystech
@nucleosystech 6 лет назад
I will go with CI .. I want to develop apparel ERP Application with modules sales, Purchase ,invoices, shipping, inventory and HRM. I have 5 Years exp CI 3 developers. Can we use CODEIGNITER for ERP Application. Anyone developed ERP in CI with his modules. Please suggest.
@pennsy2328
@pennsy2328 5 лет назад
yes you can and very well.
@algerianatheist4521
@algerianatheist4521 6 лет назад
Laravel suck codeigniter is the best in my opinion
@aleksandarblagojevic1572
@aleksandarblagojevic1572 5 лет назад
What software did you use for this presentation in video? Like!
@lloydforger2920
@lloydforger2920 5 лет назад
ImpressJS.
@ItsMePeterB
@ItsMePeterB 6 лет назад
valuable advice.... thanks
@ahmedbarood
@ahmedbarood 7 лет назад
totally agree with you
@serhendiefendi
@serhendiefendi 7 лет назад
Symfony or Laravel
@IsaiahGamers
@IsaiahGamers 7 лет назад
EVET evet laravel uses symfony, so laravel is the best choice
@josbex1684
@josbex1684 7 лет назад
Asp net Core es el mejor :)
@GerardoBelot
@GerardoBelot 7 лет назад
LOL !!!!!
@xlink8251
@xlink8251 6 лет назад
laravel rules the world of php frameworks
@San-wf9rk
@San-wf9rk 6 лет назад
nice video. cool
@johnmahugu
@johnmahugu 7 лет назад
i think fat free framework is the king!
@happydevelopers
@happydevelopers 6 лет назад
Common guys let's make it! 100 more subscribers to make it for 1000 😊 👊
@g_b_m
@g_b_m 4 года назад
come on* / c'mon*
@michaelromero5725
@michaelromero5725 6 лет назад
CODEIGNITER THE BEST
@Webeasystep
@Webeasystep 7 лет назад
laravel is a good option for short project but long projects fit to codeigniter because it have a long time support, ,as example i start project with laravel four after 6 months it was old because laravel 5 was released and many many different has done
@jeraldpunx2467
@jeraldpunx2467 7 лет назад
lol you're so funny... so you depend so much on version instead on how your app works. once you know your app works nicely, why still need to change.
@IsaiahGamers
@IsaiahGamers 7 лет назад
If you were a true developer, you would easily be able to migrate to the new version, rather than thinking that you're stuck with that version forever
@crushfire2004
@crushfire2004 7 лет назад
Laravel have so called LTS version that have bug and security fix for 2 years, version 5.1 was LTS and 5.5 would be the next LTS
@sahubarsathikk5124
@sahubarsathikk5124 5 лет назад
@@crushfire2004 why using LTS? In laravel
@Flytothesky1991
@Flytothesky1991 7 лет назад
Laravel in my exp slow as fuck. About 50 CCu and then using 100 % my VPS CPU. When i'm switching to CI , everything was so easy , 100 CCU just take 30 % of my VPS CPU.
@IsaiahGamers
@IsaiahGamers 7 лет назад
Ha Hoang Manh it's you're fault
@daniskhan
@daniskhan 6 лет назад
Video editor name??
@lloydforger2920
@lloydforger2920 5 лет назад
Not a video editor. ImpressJS
@Sahillouis
@Sahillouis 7 лет назад
Thanks grocery shop........your name is nice.
@ItsReezable
@ItsReezable 6 лет назад
is codeigniter still worth learning in 2018? does it still get updated?
@harjitsingh7308
@harjitsingh7308 6 лет назад
ItsReezable yes, it even has a cms called fuelcms which is actively developed
@ItsReezable
@ItsReezable 6 лет назад
How can fuelcms help me with codeigniter? what functions does it have?
@harjitsingh7308
@harjitsingh7308 6 лет назад
ItsReezable you can just use codeigniter but fuelcms just helps manage your content, its still codeigniter at the end of the day you dont have to use it but it will mostly help with adding content to the site, people who cant code can use the cms
@harjitsingh7308
@harjitsingh7308 6 лет назад
ItsReezable i use it to add content to sites and if a client wants a plugin i can develop it for them
@ItsReezable
@ItsReezable 6 лет назад
Is there any guide or video on how to install and use fuelcms? or is it really easy to use?
@marktwain3083
@marktwain3083 7 лет назад
That accent though. You must be Greek!
@fitdan4513
@fitdan4513 5 лет назад
Are you Greek?
@babukbr6881
@babukbr6881 5 лет назад
Ur profile super
@HardcorePanda
@HardcorePanda 7 лет назад
Everything is just WOW clone
Далее
Which is the best PHP Framework?
12:24
Просмотров 114 тыс.
Why is Laravel NOT used in Big Development Projects?
11:53
ОБЗОР ПОДАРКОВ 🎁 | WICSUR #shorts
00:55
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 941 тыс.
Should you use PHP Laravel for Freelance?
5:50
Просмотров 68 тыс.
The Most Popular PHP Frameworks to Use in 2023
13:24
Просмотров 35 тыс.
The Story of Next.js
12:13
Просмотров 565 тыс.
CAKEPHP VS LARAVEL: Which is better for your project?
5:35
What Is A RESTful API? Explanation of REST & HTTP
18:38
What Is MVC? Simple Explanation
10:40
Просмотров 513 тыс.