Home
Softono
CI4-StarterPanel

CI4-StarterPanel

Open source MIT JavaScript
56
Stars
40
Forks
1
Issues
6
Watchers
11 months
Last Commit

About CI4-StarterPanel

Starter application admin panel template using CodeIgniter 4 and Bootstrap Framework with login and user menu management

Platforms

Web Self-hosted

Languages

JavaScript

Links

CodeIgniter 4 Starter Panel

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.

This repository is a starter kit for CodeIgniter 4. Using codeigniter version 4.6.1, PHP version 8.4 and bootstrap version 5.

Documentation

The User Guide is the primary documentation for CodeIgniter 4.

Installation

git clone or download this source code then run composer install whenever there is a new release of the framework.

Setup

  • Run php spark db:create to create a new database schema.
  • Copy env to .env and tailor for your app, specifically the baseURL and any database settings.
  • Run php spark migrate to running database migration
  • Run php spark db:seed Users to seeding default database user
  • Run php spark key:generate to create encrypter key
  • Run php spark serve to launching the CodeIgniter PHP-Development Server

Server Requirements

PHP version 8.4 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)
  • xml (enabled by default - don't turn it off)

Features

Features on this project:

  • Authentication
  • Authorization
  • User Registration
  • Menu Management with auto create controller and view file