arif-rh / ci4-auth

PHPAuth for CodeIgniter 4
MIT License
3 stars 1 forks source link
authentication codeigniter4-auth codeigniter4-library

PHPAuth for CodeIgniter 4

This package is adopted from PHPAuth, but completedly rewrited for easy implementation with CodeIgniter 4.

Installation

  1. composer require arif-rh/ci4-auth
  2. make sure you have set you database config properly
  3. php spark migrate -n Arifrh\Auth
  4. php spark db:seed \\Arifrh\\Auth\\Database\\Seeds\\AuthSeeder

Features

Acknowledgments