https://github.com/dimitrisganotis/codeigniter4-authentication
A simple authentication system (register-login-logout) for CodeIgniter 4.
https://github.com/dimitrisganotis/codeigniter4-authentication
authentication codeigniter4 login logout register
Last synced: 10 months ago
JSON representation
A simple authentication system (register-login-logout) for CodeIgniter 4.
- Host: GitHub
- URL: https://github.com/dimitrisganotis/codeigniter4-authentication
- Owner: dimitrisganotis
- License: mit
- Created: 2020-07-03T23:45:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T19:07:50.000Z (over 5 years ago)
- Last Synced: 2025-04-12T00:03:25.516Z (10 months ago)
- Topics: authentication, codeigniter4, login, logout, register
- Language: PHP
- Homepage:
- Size: 76.2 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# CodeIgniter 4 - Authentication
A simple authentication system (register-login-logout) for CodeIgniter 4.
## Built With
* HTML & Bootstrap CSS Framework (v4.5)
* CodeIgniter 4 (v4.0.3)
* MySQL
## Installation
Copy `env` to `.env` and tailor for your app, specifically the baseURL
and any database settings.
* Run `composer install`
* Run `cp env .env`
* Create an empty database for the application and modify database.default settings of the .env file to allow CodeIgniter to connect to the database
* Run `php spark migrate`
* Run `php spark db:seed`