All Projects → zgabievi → Pingcrm Svelte

zgabievi / Pingcrm Svelte

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

Projects that are alternatives of or similar to Pingcrm Svelte

Pingcrm React
⚛️ Ping CRM React - A demo app to illustrate how Inertia.js works with Laravel and React (hosted on a heroku free dyno).
Stars: ✭ 158 (+113.51%)
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 (+298.65%)
Mutual labels:  laravel, laravel-framework, tailwindcss
Start laravel
Let this application be your quick start to Laravel, It'll help you to build your app structure and show you each component of Laravel and how to best practice them.
Stars: ✭ 42 (-43.24%)
Mutual labels:  laravel, demo
Tailwindcss
A Tailwind CSS frontend preset for the Laravel Framework
Stars: ✭ 1,056 (+1327.03%)
Mutual labels:  laravel, tailwindcss
Framework
An eCommerce administration built with Laravel 7 for create and manage online shop with multi-vendor.
Stars: ✭ 56 (-24.32%)
Mutual labels:  laravel, tailwindcss
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (-51.35%)
Mutual labels:  laravel, laravel-framework
Laravel Ip Gateway
Laravel IP Gateway
Stars: ✭ 37 (-50%)
Mutual labels:  laravel, laravel-framework
Svelte Simple Datatables
A Datatable component for Svelte
Stars: ✭ 56 (-24.32%)
Mutual labels:  demo, svelte
Dt54
Laravel 5.4 DataTables Demo Application (WIP)
Stars: ✭ 27 (-63.51%)
Mutual labels:  laravel, demo
Laravel Potion
laravel - Potion is a pure PHP asset manager for Laravel 5 based off of Assetic.
Stars: ✭ 63 (-14.86%)
Mutual labels:  laravel, laravel-framework
Laravel Course
Laravel Essentials Udemy course Full Source Code
Stars: ✭ 59 (-20.27%)
Mutual labels:  laravel, laravel-framework
Tall
A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
Stars: ✭ 1,133 (+1431.08%)
Mutual labels:  laravel, tailwindcss
Laravel Saml Sp Demo
Laravel demo application showing implementation of SAML authentication as a Service Provider.
Stars: ✭ 30 (-59.46%)
Mutual labels:  laravel, demo
Sapper Template Firebase
Starter Rollup template for Sapper apps with Firebase functions based on https://github.com/nhristov/sapper-template-rollup.
Stars: ✭ 29 (-60.81%)
Mutual labels:  tailwindcss, svelte
Laravel Compass
A REST client inside your Laravel app
Stars: ✭ 1,002 (+1254.05%)
Mutual labels:  laravel, laravel-framework
Larawiz
Larawiz is a easy project scaffolder for Laravel
Stars: ✭ 28 (-62.16%)
Mutual labels:  laravel, laravel-framework
Larawind
Larawind - Laravel 8.0+ Jetstream and Tailwind CSS Admin Theme
Stars: ✭ 55 (-25.68%)
Mutual labels:  laravel, tailwindcss
Keys
🔑 Cryptocurrency private keys
Stars: ✭ 71 (-4.05%)
Mutual labels:  laravel, tailwindcss
Laravel Blog 5.6.5
Learning Laravel by making simple Blog
Stars: ✭ 12 (-83.78%)
Mutual labels:  laravel, laravel-framework
Smelte
UI framework with material components built with Svelte and Tailwind CSS
Stars: ✭ 871 (+1077.03%)
Mutual labels:  tailwindcss, svelte

Ping CRM Svelte

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

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

Installation

Clone the repo locally:

git clone https://github.com/zgabievi/pingcrm-svelte.git
cd pingcrm-svelte

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)
  • Port to Svelte by Zura Gabievi (@zgabievi)
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].