Installation - gilangheavy/CI4-StarterPanel GitHub Wiki
Installation & updates
git clone https://github.com/gheav/CI4-StarterPanel.git
or download this source code then run composer update
whenever there is a new release of the framework.
Setup
- Run
db:create ci4panel
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 User
to seeding default database user - Run
php spark serve
to launching the CodeIgniter PHP-Development Server