Skip to content

CI4 Foundation - Codeigniter 4 with Auth and Themes

License

Notifications You must be signed in to change notification settings

ci-blox/ci4auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed71e5d · Dec 12, 2018
Nov 23, 2018
Oct 22, 2018
Nov 23, 2018
Oct 24, 2018
Nov 23, 2018
Sep 2, 2018
Jun 16, 2017
Sep 22, 2018
Sep 23, 2018
Dec 12, 2018
Nov 24, 2018
Oct 12, 2018
Jan 9, 2018
Oct 24, 2018
May 27, 2016
Aug 25, 2018
Oct 10, 2018
Oct 24, 2018

Repository files navigation

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.

  2. PHPAuth is a secure, well-rounded PHP Authentication class documemtation here.

  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