![]() |
Where the Sample Codeigniter 4 login system can be found? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: Where the Sample Codeigniter 4 login system can be found? (/showthread.php?tid=76797) |
Where the Sample Codeigniter 4 login system can be found? - saptam - 06-20-2020 Hi, I am looking for the sample project that is developed on CodeIgniter 4 version with a simple users login (authentication) system. So It would help beginners like me to understand the things more clearly. ![]() Please someone help! ![]() RE: Where the Sample Codeigniter 4 login system can be found? - jreklund - 06-21-2020 You can use myth/auth. RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-21-2020 Ok I'll try this. Thank you so much. ![]() RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-22-2020 (06-21-2020, 03:02 AM)jreklund Wrote: You can use myth/auth. Hello, I think it's a package for login/register. But as I say, I want a project, that can help to understand the things about login. Any suggestions? ![]() RE: Where the Sample Codeigniter 4 login system can be found? - jreklund - 06-22-2020 The code and example are all there, you can however see it being used in this project (examples copied to the real project), from the same author. https://github.com/lonnieezell/myth-forums RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-23-2020 (06-22-2020, 10:38 AM)jreklund Wrote: The code and example are all there, you can however see it being used in this project (examples copied to the real project), from the same author. Okay. Thank you ![]() RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-26-2020 (06-25-2020, 01:09 AM)codewell Wrote: There you go Actually I want an example. But these are using package. RE: Where the Sample Codeigniter 4 login system can be found? - donpwinston - 06-26-2020 (06-20-2020, 11:52 PM)saptam Wrote: Hi, https://www.youtube.com/watch?v=uYX9FLi1BYg This guy has just made a zillion videos about Codeigniter 4 RE: Where the Sample Codeigniter 4 login system can be found? - saptam - 06-27-2020 Ok. Thank you ![]() |