• Stars
    star
    531
  • Rank 83,201 (Top 2 %)
  • Language
    PHP
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

⚛️ Ping CRM React - A demo app to illustrate how Inertia.js works with Laravel and React.

Ping CRM React

A demo application to illustrate how Inertia.js works with Laravel and React.

This is a port of the original Ping CRM written in Laravel and Vue.

Installation

Clone the repo locally:

git clone https://github.com/landish/pingcrm-react.git
cd pingcrm-react

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

Run artisan server:

php artisan serve

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

Running tests

To run the Ping CRM tests, run:

phpunit

Credits

  • Original work by Jonathan Reinink (@reinink) and contributors
  • Port to Ruby on Rails by Georg Ledermann (@ledermann)
  • Port to React by Lado Lomidze (@landish)

More Repositories

1

Pagination

🎁 Laravel 5 Custom Pagination Presenter
PHP
113
star
2

react-tailwindcss-demo

⚛️ React and Tailwind CSS Demo
CSS
58
star
3

cz-gitmoji

🔬😜 Commitizen adapter for gitmoji.
JavaScript
31
star
4

create-tailwind-plugin

📟 Create Tailwind CSS plugin and publish on npm with ease
TypeScript
24
star
5

CodeIgniter-2-Scaffolding

🛠 Simple Scaffolding Controller for CodeIgniter 2.X. Version
PHP
11
star
6

Laravel-KA

Deprecated. Use Laravel Lang Instead. https://github.com/Laravel-Lang/lang
PHP
10
star
7

country-flags

🇬🇪🇪🇸🇺🇸 Country Flags (16x11) Sprite
CSS
7
star
8

css-cursors

⚛️ Showcase of CSS cursors built with React and Tailwind CSS
CSS
7
star
9

blueprint-components

📦 💁 The missing components for Blueprint (React)
JavaScript
6
star
10

tailwindcss-plugin-demo

Generated with create-tailwind-plugin
JavaScript
5
star
11

pdfmake-unicode

🖨 Support Unicode Characters in PDFMake library.
JavaScript
4
star
12

sport-icons

⚽️🎾🏀 Sport Icons Sprite
CSS
3
star
13

tailwindcss-plugin-boilerplate

(WIP) TailwindCSS Plugin Boilerplate
JavaScript
3
star
14

landish.github.com

👨‍💻 Source code of page landish.github.com
HTML
3
star
15

yaml-translate

🇬🇪 Translate YAML files into JSON
JavaScript
3
star
16

Alfred.Workaholic

👨‍💻 Simple Alfred Extension to open and close necessary Applications for working on Web Projects on OSX.
2
star
17

Compass-Sprites

🏁 Compass Better Sprites
CSS
1
star
18

RedactorJS-GE

🇬🇪 Redactor WYSIWYG HTML Editor Georgian Language Pack
JavaScript
1
star
19

underscore-mixins

⚒ Collection of helpful mixins for underscore.js
JavaScript
1
star
20

translit-geo

🇬🇪 Translit Latin characters to Georgian
JavaScript
1
star
21

Alfred.GoogleChromeDevMode

🚨 Alfred Extension to open Google Chrome with Disabled Web Security
1
star
22

module-boilerplate

📦 NPM Module Boilerplate
JavaScript
1
star