Codeigniter 4 - Authentication with Ion Auth
ฝัง
- เผยแพร่เมื่อ 6 ก.พ. 2025
- This is brand new series on how to install, configure and use Codeigniter 4.
Codeigniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
On this video we start to configure our authentication system.
All the code on this video can be seen on the following github repository.
github.com/mpm...
Repositories used in the project:
github.com/ben...
Codeigniter: codeigniter.com/
Blog: blog.marcomont...
Website: marcomonteiro....
Patreon: / tilthings
Sangat bermanfaat... terimakasih..
Thanks for your video.
I cant make it work, when I try to load page get a 404 with "Can't find a route for 'get: auth/login'" what am I missing?
Thanks for your video. Please in the next videos place your camera to the bottom corner.
Thanks mate, I'll try to do better next time. Still learning the best way to do this
A very hard to follow tutorial. And your webcam is in the way, might as well just cover all up by full screening it.
Sorry about that
can you post your snipets!! please
Hi there, I made two packages for sublime text. One for codeigniter 3 and another one for version 4. Here's the links packagecontrol.io/packages/CodeIgniter%204%20Snippets
packagecontrol.io/packages/CodeIgniter%20Snippets
Please stop making tutorials. So many mistakes in code and things you forgot to mention in this tutorial.
The video don't explain this:
Put the downloaded IonAuth files in folder vendor/benedmunds/CodeIgniter-Ion-Auth and in your Config/Autoload.php, add this :
public $psr4 = [
...
'IonAuth' => ROOTPATH . 'vendor/benedmunds/CodeIgniter-Ion-Auth',
...
];
Thank you very much.
@@mahatana_r He is the GOAT