Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 756 Bytes

INSTALLING.md

File metadata and controls

35 lines (30 loc) · 756 Bytes

Initial

Clone project to your project root folder

composer create-project simpletine/codeigniter4-hmvc ci4_hmvc --stability=dev

Or

git clone https://github.com/Simpletine/CodeIgniter4-HMVC.git ci4_hmvc

Then

cd ci4_hmvc

Copy some require file to root folder (Upgrading to v4.4.8)

composer update
cp vendor/codeigniter4/framework/public/index.php public/index.php
cp vendor/codeigniter4/framework/spark spark

Copy env file

cp env .env

Run the app, using different port, add options --port=9000

php spark serve

Installation Issue

If you're facing any installation issue, open a discussion in community