All Projects → Landish → Pingcrm React

Landish / Pingcrm React

Licence: mit
⚛️ Ping CRM React - A demo app to illustrate how Inertia.js works with Laravel and React (hosted on a heroku free dyno).

Projects that are alternatives of or similar to Pingcrm React

Pingcrm Svelte
🦊 Ping CRM Svelte - A demo app to illustrate how Inertia.js works with Laravel and Svelte (hosted on a heroku free dyno).
Stars: ✭ 74 (-53.16%)
Mutual labels:  laravel, laravel-framework, demo, tailwindcss
Laravel Form Components
A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
Stars: ✭ 295 (+86.71%)
Mutual labels:  laravel, laravel-framework, tailwindcss
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+994.94%)
Mutual labels:  laravel, tailwindcss
Laravel Form Builder
Laravel Form builder for version 5+!
Stars: ✭ 1,601 (+913.29%)
Mutual labels:  laravel, laravel-framework
Laragym
A laravel gym management system
Stars: ✭ 130 (-17.72%)
Mutual labels:  laravel, laravel-framework
Laravel Dashboard Chart Tile
Create all the charts you want for your laravel dashboard
Stars: ✭ 102 (-35.44%)
Mutual labels:  laravel, laravel-framework
Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+900%)
Mutual labels:  laravel, laravel-framework
Laravel Social Email Authentication
Laravel 5.3 bootstrap app with Multi Auth, Social and Email Authentication. Google re-Captcha, Facebook, Twitter, G+ and much more..
Stars: ✭ 129 (-18.35%)
Mutual labels:  laravel, laravel-framework
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (-40.51%)
Mutual labels:  laravel, laravel-framework
Employee Mgmt Laravel5.4 Adminlte
The project is using laravel 5.4 and adminlte
Stars: ✭ 141 (-10.76%)
Mutual labels:  laravel, laravel-framework
Laravel Analytics Event Tracking
Laravel package to easily send events to Google Analytics
Stars: ✭ 137 (-13.29%)
Mutual labels:  laravel, laravel-framework
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (-10.13%)
Mutual labels:  laravel, demo
Hrms
Human Resource Management System automation using Laravel 5.2
Stars: ✭ 98 (-37.97%)
Mutual labels:  laravel, laravel-framework
Laranuxt
Laravel and Nuxt.js boilerplate
Stars: ✭ 98 (-37.97%)
Mutual labels:  laravel, tailwindcss
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-28.48%)
Mutual labels:  laravel, laravel-framework
Thumbnail
Thumbnail for a given video using FFMpeg
Stars: ✭ 96 (-39.24%)
Mutual labels:  laravel, laravel-framework
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+905.7%)
Mutual labels:  laravel, demo
Laravel Api Templates
Laravel API starter kit collection using different structures.
Stars: ✭ 149 (-5.7%)
Mutual labels:  laravel, laravel-framework
Forsun Laravel
高性能的定时调度服务。
Stars: ✭ 91 (-42.41%)
Mutual labels:  laravel, laravel-framework
Dropzone Laravel Image Upload
Laravel 5.2 and Dropzone.js auto image uploads with removal links
Stars: ✭ 92 (-41.77%)
Mutual labels:  laravel, laravel-framework

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].