pingcrm

A demo application to illustrate how Inertia.js works.

  • Owner: inertiajs/pingcrm
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Ping CRM

A demo application to illustrate how Inertia.js works.

Installation

Clone the repo locally:

git clone https://github.com/inertiajs/pingcrm.git pingcrm
cd pingcrm

Install PHP dependencies:

composer install

Install NPM dependencies:

npm ci

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Create an SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.

touch database/database.sqlite

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

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

php artisan serve

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

Running tests

To run the Ping CRM tests, run:

phpunit

Main metrics

Overview
Name With Ownerinertiajs/pingcrm
Primary LanguagePHP
Program languagePHP (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2019-03-05 21:10:15
Pushed At2025-02-06 12:50:38
Last Commit At2025-02-06 13:50:28
Release Count0
用户参与
Stargazers Count2.2k
Watchers Count64
Fork Count809
Commits Count300
Has Issues Enabled
Issues Count110
Issue Open Count2
Pull Requests Count42
Pull Requests Open Count4
Pull Requests Close Count70
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private