/pingcrm-ci4

CodeIgniter 4 PingCMR has been ported from Inertia PingCMR (Laravel) to demonstrate how inertia.js works in CodeIgniter 4.

Primary LanguagePHPMIT LicenseMIT

Ping CRM

A demo application to illustrate how Inertia.js works.

Installation

Clone the repo locally:

git clone https://github.com/trianayulianto/pingcrm-ci4.git pingcrm-ci4
cd pingcrm-ci4

Install PHP dependencies:

composer install

Install NPM dependencies:

npm ci

Build assets:

npm run dev

Run the dev server (the output will give the address):

php spark serve

You're ready to go! Visit Ping CRM in your browser, and login with:

Running tests

No testing yet