In the previous article we’ve set up the infrastructure that will hold our CodeIgniter application. In this tutorial we are finally going to really install […]
Continue readingCategory: Codeigniter
CodeIgniter 4 – Step 1…b?: Start development fast? Why kill yourself with Docker or XAMPP? Use Laragon!
Having in mind that what you code is going to enter into production, the best solution is indeed to use Docker containers. So, if you […]
Continue readingCodeIgniter 4 – Step 1: Let’s make ourselves some Docker containers
Hello, people. Long time, no tutorial… I was thinking the other day about this thing called docker containers, and after all this time I still […]
Continue readingMy first video tutorial – installing CodeIgniter and removing index.php from url
Well… Some people asked for video tutorials, and I do realise we are living in different times, but my spoken english is not that good. […]
Continue readingHow to set up CodeIgniter in order to use Gmail for emails
Now and then and… every time… I see people complaining that the email library of CodeIgniter doesn’t work. Why? Because they are using Gmail in […]
Continue readingLogin (and register) with Facebook and Ion Auth
A lot of people asked (including a very generous donor called Federico), so why not try to do it? I must start by telling you […]
Continue readingMeet Tusker – a small task manager for your projects
Hello again. I would like to present to you a small project I am working at. It is called Tusker, is made using CodeIgniter 3.x, […]
Continue reading“Why develop a web app with CodeIgniter in 2016?”
This question was proposed as a subject by one of this blog’s visitors. It is indeed a good question, especially considering that “CodeIgniter remained way […]
Continue readingHow to make “truly” SEO friendly URLs in CodeIgniter (without “duplicate content” on underscore URLs)
I promised myself I won’t do anymore tutorials regarding CodeIgniter until a new version is about to appear, but I can’t help myself. And this […]
Continue readingLogin using Ion Auth and AJAX in CodeIgniter
Well… We’ve come so far… I thought that it was simple to implement an authentication system with Ion Auth, but still some people don’t seem […]
Continue reading