Go to file
Jonathan Reinink 0c23a9712c Update root template to force object syntax for props 2019-04-04 09:54:15 -04:00
app Fix for displayed Roles at Users grid 2019-04-03 14:09:12 +03:00
bootstrap Install Laravel 2019-03-05 16:10:11 -05:00
config Install Laravel 2019-03-05 16:10:11 -05:00
database Rename default user 2019-04-01 12:15:14 -04:00
public Initial commit 2019-03-21 19:58:19 -04:00
resources Update root template to force object syntax for props 2019-04-04 09:54:15 -04:00
routes Add Reinink\RememberQueryStrings dependency 2019-04-02 13:43:01 -04:00
storage Initial commit 2019-03-21 19:58:19 -04:00
tests Install Laravel 2019-03-05 16:10:11 -05:00
.babelrc Initial commit 2019-03-21 19:58:19 -04:00
.editorconfig Install Laravel 2019-03-05 16:10:11 -05:00
.env.example Optimize for SQLite by default 2019-04-02 13:05:26 -04:00
.eslintrc.js Initial commit 2019-03-21 19:58:19 -04:00
.gitattributes Install Laravel 2019-03-05 16:10:11 -05:00
.gitignore Initial commit 2019-03-21 19:58:19 -04:00
LICENSE Add license 2019-04-01 13:40:03 -04:00
artisan Install Laravel 2019-03-05 16:10:11 -05:00
composer.json Add Reinink\RememberQueryStrings dependency 2019-04-02 13:43:01 -04:00
composer.lock Add Reinink\RememberQueryStrings dependency 2019-04-02 13:43:01 -04:00
package-lock.json Update inertia and inertia-vue dependencies 2019-04-03 16:45:43 -04:00
package.json Update Inertia to Github dependency 2019-04-01 12:02:07 -04:00
phpunit.xml Install Laravel 2019-03-05 16:10:11 -05:00
readme.md Optimize for SQLite by default 2019-04-02 13:05:26 -04:00
server.php Install Laravel 2019-03-05 16:10:11 -05:00
tailwind.js Initial commit 2019-03-21 19:58:19 -04:00
webpack.mix.js Initial commit 2019-03-21 19:58:19 -04:00

readme.md

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

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

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