Skip to content
/ CI4-StarterPanel Public template
forked from gheav/CI4-StarterPanel

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

License

Notifications You must be signed in to change notification settings

knd27/CI4-StarterPanel

 
 

Repository files navigation

CodeIgniter 4 Admin Panel Starter

Installation & updates

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

Setup

  • Copy env to .env and tailor for your app, specifically the baseURL and any database settings.
  • Run php spark db:create to create a new database schema.
  • 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.0 or higher is required, with the following extensions installed:

  • intl
  • libcurl if you plan to use the HTTP\CURLRequest library

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

Features on this project:

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.6%
  • CSS 14.0%
  • PHP 6.4%