CodeIgniter 4 Login & Register System based on YouTube tutorial
https://www.youtube.com/watch?v=uYX9FLi1BYg&list=PLYogo31AXFBONHR0WjlnhxN4ulRrF98aA
Change .env settings to apply to your environment
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