No description
Find a file
2019-04-02 13:05:17 -04:00
app Remove Postgres specific database features 2019-04-02 13:05:17 -04:00
bootstrap
config
database Rename default user 2019-04-01 12:15:14 -04:00
public
resources
routes
storage
tests
.babelrc
.editorconfig
.env.example
.eslintrc.js
.gitattributes
.gitignore
artisan
composer.json Remove reinink/advanced-eloquent dependency 2019-04-02 12:49:27 -04:00
composer.lock Remove reinink/advanced-eloquent dependency 2019-04-02 12:49:27 -04:00
LICENSE Add license 2019-04-01 13:40:03 -04:00
package-lock.json Update inertia and inertia-vue dependencies 2019-04-02 12:56:40 -04:00
package.json
phpunit.xml
readme.md Update readme with title, description and installation instructions 2019-04-01 12:17:13 -04:00
server.php
tailwind.js
webpack.mix.js

Ping CRM

A demo application to illustrate how Inertia.js works.

Installation

Clone the repo locally:

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

Install PHP dependencies:

composer install

Install NPM dependencies:

npm install

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Setup local database by editing .env. Use whatever database (MySQL, Postgres, SQLite) you'd like here.

DB_CONNECTION=
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

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