ishanvyas22/cakephp-pingcrm
最新稳定版本:v0.1.3
Composer 安装命令:
composer create-project ishanvyas22/cakephp-pingcrm
包简介
CakePHP PingCRM demo application to illustrate how Inertia.js works with CakePHP.
README 文档
README
A demo application to illustrate how Inertia.js works with CakePHP.
❤️ Support The Development
Do you like this project? Support it by donating:
or Paypal me
Follow me
Installation
-
Download the repo locally:
Via composer:
composer create-project ishanvyas22/cakephp-pingcrm
or
Via cloning the git repo:
git clone git@github.com:ishanvyas22/cakephp-pingcrm.git
-
Install PHP dependencies:
composer install
-
Install NPM dependencies:
npm install
-
Build assets:
npm run dev
Setup
-
Create
.envfilecp config/.env.example config/.env
-
Connect to database. Create a database of your choice, and simply update your configuration accordingly.
Run database migrations:
bin/cake migrations migrate
Run database seeder:
bin/cake migrations seed --seed=DatabaseSeed
-
Run the dev server (the output will give the address):
bin/cake server
You're ready to go! Visit CakePHP PingCRM in your browser, and login with:
- Username: johndoe@example.com
- Password: secret
统计信息
- 总下载量: 64
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-21
