A demo application to illustrate how Inertia.js works with CakePHP.
Do you like this project? Support it by donating:
or Paypal me
-
Download the repo locally:
Via composer:
composer create-project ishanvyas22/cakephp-pingcrm
or
Via cloning the git repo:
git clone [email protected]:ishanvyas22/cakephp-pingcrm.git
-
Install PHP dependencies:
composer install
-
Install NPM dependencies:
npm install
-
Build assets:
npm run dev
-
Create
.env
filecp 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: [email protected]
- Password: secret