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

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

  • @DDArm
    @DDArm 3 ปีที่แล้ว +1

    Sangat bermanfaat... terimakasih..

  • @MrFacundoruiz
    @MrFacundoruiz 3 ปีที่แล้ว

    Thanks for your video.

  • @MonsterSpock
    @MonsterSpock 2 ปีที่แล้ว +2

    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?

  • @luisbeltranh
    @luisbeltranh 4 ปีที่แล้ว +2

    Thanks for your video. Please in the next videos place your camera to the bottom corner.

    • @TILthings
      @TILthings  4 ปีที่แล้ว +1

      Thanks mate, I'll try to do better next time. Still learning the best way to do this

  • @tikstudioin
    @tikstudioin 9 หลายเดือนก่อน +1

    A very hard to follow tutorial. And your webcam is in the way, might as well just cover all up by full screening it.

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

      Sorry about that

  • @JeanPierreCasanovaFuentes
    @JeanPierreCasanovaFuentes ปีที่แล้ว +1

    can you post your snipets!! please

    • @TILthings
      @TILthings  ปีที่แล้ว +1

      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

  • @kevbo75149
    @kevbo75149 9 หลายเดือนก่อน

    Please stop making tutorials. So many mistakes in code and things you forgot to mention in this tutorial.

  • @voyageorlando6603
    @voyageorlando6603 2 ปีที่แล้ว +5

    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',
    ...
    ];

    • @mahatana_r
      @mahatana_r ปีที่แล้ว +1

      Thank you very much.

    • @africanstig
      @africanstig ปีที่แล้ว

      @@mahatana_r He is the GOAT