在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):inertiajs/pingcrm开源软件地址(OpenSource Url):https://github.com/inertiajs/pingcrm开源编程语言(OpenSource Language):PHP 69.8%开源软件介绍(OpenSource Introduction):Ping CRMA demo application to illustrate how Inertia.js works. InstallationClone 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 testsTo run the Ping CRM tests, run:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论