This is a starter project for CodeIgniter 4. It includes a basic authentication system with login, registration, email verification, and password reset.
- Clone the repository
- Run
composer install - Copy
.env.exampleto.envand fill in the database details, email settings, and base URL - Run
php spark migrateto create the database tables - Run
php spark serveto start the development server
PHP version 7.4 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP: