An open API service indexing awesome lists of open source software.

https://github.com/trianayulianto/pingcrm-ci4

CodeIgniter 4 PingCMR has been ported from Inertia PingCMR (Laravel) to demonstrate how inertia.js works in CodeIgniter 4.
https://github.com/trianayulianto/pingcrm-ci4

codeigniter4 inertiajs mix pingcrm vitejs vue3 webpack

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Ping CRM

A demo application to illustrate how Inertia.js works.

![](https://raw.githubusercontent.com/trianayulianto/pingcrm-ci4/master/screenshot.png)

## Installation

Clone the repo locally:

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

Install PHP dependencies:

```sh
composer install
```

Install NPM dependencies:

```sh
npm ci
```

Build assets:

```sh
npm run dev
```

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

```sh
php spark serve
```

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

- **Username:** johndoe@example.com
- **Password:** secret

## Running tests

No testing yet