Codeigniter Shield: Install and Configure, Authentication

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 9

  • @cassimmushi7795
    @cassimmushi7795 7 หลายเดือนก่อน +1

    Can you make a tutorial series of CodeIgniter 4 advanced topics covering all official ci4 packages in depth and probably create a mini project

  • @cassimmushi7795
    @cassimmushi7795 10 หลายเดือนก่อน +2

    i am a big fan of Codeigniter 4

  • @BloodswordFW
    @BloodswordFW 7 หลายเดือนก่อน +1

    Great video, could you please tell me which extension is the MySQL one that you're using?

    • @firecoder596
      @firecoder596  7 หลายเดือนก่อน +1

      MySQL Shell for VS Code

  • @amangupta-x8z
    @amangupta-x8z 5 หลายเดือนก่อน

    hi sir I need to talk to you about my codeigniter 4.5 project running on cloud panel which uses Nginx {yeah what is happening is when I am trying to access the main page. It is successfully loading it but all the links are not working and shows {404 Not Found
    nginx} sir, kindly help me in resolving this issue. Am I doing some mistake in routing or is it related to configuration of Nginx ?

    • @firecoder596
      @firecoder596  5 หลายเดือนก่อน

      Hi, If you think the issue is related to configuration of Nginx, I suggest you to refer to the articles listed below. If that does not help you to resolve the issue please write to me along with screenshot firecoder596@outlook.com
      github.com/ishaqadhel/Deploy-CodeIgniter-Nginx
      gist.github.com/odan/b5f7de8dfbdbf76bef089776c868fea1

  • @AlexanderKwalsh
    @AlexanderKwalsh 8 หลายเดือนก่อน

    Good tutorial though, i have followed it but not working. it's showing 404

    • @firecoder596
      @firecoder596  8 หลายเดือนก่อน +1

      Please send a screenshot of that to firecoder596@outlook.com. Be sure to mention the web server you are running.

    • @AlexanderKwalsh
      @AlexanderKwalsh 8 หลายเดือนก่อน

      @@firecoder596 Thanks a lot for your swift reply. I was able to fix it after long hours. the problem was i added the project directory name to the base_url like this 'localhost:8081/shield' instead of 'localhost/8081/'. Thanks again