An open API service indexing awesome lists of open source software.

https://github.com/ci-blox/ci4auth

CI4 Foundation - Codeigniter 4 with Auth and Themes
https://github.com/ci-blox/ci4auth

authentication bootstrap4 codeigniter4 php starter

Last synced: about 1 year ago
JSON representation

CI4 Foundation - Codeigniter 4 with Auth and Themes

Awesome Lists containing this project

README

          

# CI4Auth - A simple CodeIgniter 4 starter

## What is in CIAuth?
1. **CodeIgniter 4** (in alpha release) is a PHP full-stack web framework that is light, fast, flexible, and secure.
More information can be found at the [official site](http://codeigniter.com).

2. **PHPAuth** is a secure, well-rounded PHP Authentication class [documemtation here](https://github.com/PHPAuth/PHPAuth/wiki/Class-Methods).

3. **Bootstrap 4**, with basic themes, prebuilt authentication screens and secure area ( /secure )

## Installation Notes
(better instructions coming soon)
- this library/framework uses the "Composer install" method.
- clone this library
- run composer install
- note: we DO NOT include CI4, composer WILL INSTALL IT
- migrations included to create tables: once your database and config are set up,
then run the Auth migrations: php spark migrate:latest -all
- to run, use
php -S localhost:8080 -t public

## Contributing
We **are** accepting contributions from the community.

## Server Requirements
PHP version 7.1 or higher is required, with the 'intl' extensions installed and enabled