Pingcrm

A demo application to illustrate how Inertia.js works.
Alternatives To Pingcrm
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Avbook8,777
7 months ago85PHP
AV 电影管理系统, avmoo , javbus , javlibrary 爬虫,线上 AV 影片图书馆,AV 磁力链接数据库,Japanese Adult Video Library,Adult Video Magnet Links - Japanese Adult Video Database
Aimeos Laravel6,48925112 days ago126January 24, 20233mitPHP
Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
Laravel Tips5,844
a month ago1
Awesome tips for Laravel
Laravel Backup5,3386991302 days ago278August 09, 20234mitPHP
A package to backup your Laravel app
Database2,59713,6076,512a day ago707August 08, 2023mitPHP
[READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework)
Laravel Translatable1,9753491364 years ago44June 03, 2019mitPHP
[Deprecated] A Laravel package for multilingual models
Pingcrm1,872
a month ago26mitPHP
A demo application to illustrate how Inertia.js works.
Backup Manager1,626275149 months ago43July 05, 202214mitPHP
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Laravel Tags1,4826430a month ago69July 31, 20233mitPHP
Add tags and taggable behaviour to your Laravel app
Prequel1,445214 months ago12February 28, 20224mitJavaScript
Prequel for Laravel. Clear and concise database management.
Alternatives To Pingcrm
Select To Compare


Alternative Project Comparisons
Readme

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
Popular Database Projects
Popular Laravel Projects
Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Database
Laravel
Ping
Crm