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.
- Host: GitHub
- URL: https://github.com/trianayulianto/pingcrm-ci4
- Owner: trianayulianto
- License: mit
- Created: 2022-07-20T13:35:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T11:54:17.000Z (over 3 years ago)
- Last Synced: 2025-03-29T08:51:06.211Z (about 1 year ago)
- Topics: codeigniter4, inertiajs, mix, pingcrm, vitejs, vue3, webpack
- Language: PHP
- Homepage:
- Size: 983 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ping CRM
A demo application to illustrate how Inertia.js works.

## 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