Тёмный

Codeigniter 4 authentication example | Complete login System [Easiest way] 2022 

Zarx Biz
Подписаться 8 тыс.
Просмотров 21 тыс.
50% 1

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

 

25 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@rfcrum1
@rfcrum1 9 месяцев назад
Can you shed some light on how you're handling routes? You don't appear to be using auto-routing, but I don't see in your video where you're changing the routes.php files to handle new routes you setup. Is the magic in the .htaccess? Thanks!
@aldrinjohnencina6153
@aldrinjohnencina6153 Год назад
thank you so much, you help me a lot for my carrier. hope you make more tutorials regarding in codeigniter 4.
@ZarxBiz
@ZarxBiz Год назад
Thank you, I will
@robertg1968
@robertg1968 10 месяцев назад
Hello thank you for this guide any chance that you update (create a new one) this with "Codeigniter Shield" ? Thank you
@ZarxBiz
@ZarxBiz 10 месяцев назад
Thank you for the comment sure I look into it. Hopefully soon.
@robertcorsarideejay
@robertcorsarideejay 10 месяцев назад
Thank you really much for the acknowledgement
@ZarxBiz
@ZarxBiz 10 месяцев назад
No worries
@tarcisiojunior5264
@tarcisiojunior5264 Год назад
How do I download the full file? I can't find the link that downloads, on the site there are only a few example files: controller auth, ... I wanted complete, is there any way?
@estherboon-px6gj
@estherboon-px6gj Год назад
Hi, author, sorry disturbed you, may I know why I type php spark serve, it give error message said that: php : The term 'php' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + php spark serve + ~~~ + CategoryInfo : ObjectNotFound: (php:String) [], CommandNotFoundExceptio n + FullyQualifiedErrorId : CommandNotFoundException
@aldrinjohnencina6153
@aldrinjohnencina6153 Год назад
the same problem. but I already solved it. when you type "php spark serve", the directory in the terminal must be "xammp>htdocs>codeigniter4folder". that is called a rootfolder. if you are not in a rootfolder, it will display error.
@mahmoudmoussa6722
@mahmoudmoussa6722 2 года назад
Great content! Couldn't you maybe build a small full stack project using nuxt or vue and codeigniter? If no, it'd be appreciated if you create more codeigniter content. Thanks.
@ZarxBiz
@ZarxBiz 2 года назад
Thank you for the comment. Yeah I will try to make more videos like that. 👍
@cristian-paraschiv
@cristian-paraschiv Год назад
It’s looking good, I’ll use it in next days
@mustafad1149
@mustafad1149 2 года назад
Hi. How can i do e-commerce transactions on Codeigniter? Like shopping cart virtual pos. Thanks.
@ZarxBiz
@ZarxBiz 2 года назад
Thank you for the comment, The concept is quite same as given here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-hOF2NQkkyYk.html But will have to implement in CodeIgniter. I will try to create a video. Cheers
@nicktmv14
@nicktmv14 Год назад
Please help I am having an issue when I login it submits but nothing happens ( I can seen in the debug that data is entered and it matches to whats in the DB) yet it just takes me back to login (I cant access dashboard because it doesn't log me in also). Thanks!
@fitNdedicated
@fitNdedicated Год назад
not working sir when i go to register or login says route not found help
@HsaingjungHsu
@HsaingjungHsu Год назад
maybe $routes->setAutoRoute(true); can help
@himanshupansuriya8877
@himanshupansuriya8877 Год назад
Any new tutoriyal for codeigniter 4 ??? ,
@webpocherk
@webpocherk 2 года назад
After looking up user in the database, I added a NULL check ... $userInfo = $userModel->where('email',$email)->first(); if ($userInfo === NULL) { session()->setFlashdata('fail', 'User not found'); return redirect()->to('auth'); } ... Otherwise, when checking the password hash: $checkPassword = Hash::check($password, $userInfo['password']); Error is issued "Trying to access array offset on value of type null"
@Jeff-fe2mz
@Jeff-fe2mz Год назад
Hash is not working
@k.santhosh6507
@k.santhosh6507 2 года назад
Good explanation
@ZarxBiz
@ZarxBiz 2 года назад
You are most welcome
@MohamedHassan-pj2cl
@MohamedHassan-pj2cl Год назад
can you give us the htaccess code plz??
@muhammaddaffaravfriza131
@muhammaddaffaravfriza131 Год назад
Thank you so much, you're the man!
@ZarxBiz
@ZarxBiz Год назад
Glad to help!
@gamingandinfopoint6679
@gamingandinfopoint6679 2 года назад
I need source all of the code files for better understanding please help me bro
@ZarxBiz
@ZarxBiz 2 года назад
Hi have you tried to download ?
@programmersohan599
@programmersohan599 2 года назад
great
@ZarxBiz
@ZarxBiz 2 года назад
Thank you
@carloschamorro1149
@carloschamorro1149 2 года назад
te kiero mucho
@ZarxBiz
@ZarxBiz 2 года назад
Thank you
Далее
CodeIgniter Shield Installation and Overview
15:55
Просмотров 13 тыс.
Думайте сами блин
18:15
Просмотров 468 тыс.
The TRIPLE FOLDING phone has a Problem.
12:54
Просмотров 921 тыс.
Auth Does NOT Have To Be Hard
17:13
Просмотров 100 тыс.
CodeIgniter 4 Real Time Chat App using WebSockets
1:17:20
Custom Authentication (JSON Web Tokens)
13:03
Просмотров 19 тыс.
Login and Registration system by using CodeIgniter
36:19