• Stars
    star
    129
  • Rank 278,501 (Top 6 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Codeigniter 4 Login & Register System

CodeIgniter 4 Login & Register

CodeIgniter 4 Login & Register System based on YouTube tutorial

https://www.youtube.com/watch?v=uYX9FLi1BYg&list=PLYogo31AXFBONHR0WjlnhxN4ulRrF98aA

1. Setup

Change .env settings to apply to your environment

2. Run migration

Open terminal and navigate to your project folder, then run:

php spark migrate

This will create the table 'users' in your database that you secified in your .env file

3. Now you can Register your first user