git clone or download this source code then run composer update whenever there is a new release of the framework.
- Copy
envto.envand tailor for your app, specifically the baseURL and any database settings. - Run
php spark key:generateto create encrypter key - Run
php spark serveto launching the CodeIgniter PHP-Development Server
PHP version 8.0 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP:
- json (enabled by default - don't turn it off)
- mbstring
- mysqlnd
- xml (enabled by default - don't turn it off)
Features on this project:
- Authentication using Basic Auth