Skip to content

aniltomar9/Codeigniter-4-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter 4 Admin Panel

Installation & updates

Use Below Commands

git clone https://github.com/aniltomar9/Codeigniter-4-admin-panel.git

composer install/composer update

php spark serve


Setup

Copy env to .env and tailor for your app, specifically the baseURL and any database settings.

Server Requirements

PHP version 7.3 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)