gammamatrix / playground-crm
Playground: Provide the CRM models for the Playground Client Relationship Management System.
Requires
- php: ^8.2
- gammamatrix/playground: *
Requires (Dev)
Suggests
- gammamatrix/playground-crm-api: Provides an API, without a UI, to interact with the models provided in this package.
- gammamatrix/playground-crm-resource: Provides a resource API and optional Blade UI to interact with the models provided in this package.
This package is auto-updated.
Last update: 2025-02-16 08:22:41 UTC
README
The Playground CRM is a package for Laravel applications.
This application provides the models to use the Playground CRM, a Client Relationship Manager.
Read more on using Playground CRM at Read the Docs: Playground Documentation.
Installation
NOTE: This package is required by:
- Playground CRM API: API without UI
- Playground CRM Resource: API with UI
Install this package, with composer, to get access to the CRM Models:
composer require gammamatrix/playground-crm
artisan:about
Playground CRM provides information in the artisan about
command.
Configuration
Migrations are disabled by default. This package may sometimes be installed where another system handles the migrations.
See the contents of the published config file: config/playground-crm.php
You can publish the config file with:
php artisan vendor:publish --provider="Playground\Crm\ServiceProvider" --tag="playground-config"
Cloc
composer cloc
➜ playground-crm git:(develop) ✗ composer cloc
> cloc --exclude-dir=node_modules,output,vendor .
60 text files.
49 unique files.
12 files ignored.
github.com/AlDanial/cloc v 1.98 T=0.12 s (403.2 files/s, 152885.2 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
JSON 7 0 0 13958
PHP 34 306 983 2680
YAML 1 5 0 275
XML 3 0 7 215
Markdown 3 43 0 93
INI 1 3 0 12
-------------------------------------------------------------------------------
SUM: 49 357 990 17233
-------------------------------------------------------------------------------
Environment Variables
- The loading option for migrations does not take effect if the migrations have been exported to your app. The control for loading is handled in the package ServiceProvider.
Models
This package includes factories, models and migrations for:
Migrations
All migrations are disabled by default.
See the contents of the published config file: database/migrations
- NOTE: There are 4 tables that will be created, they do have indexes and unique constraints defined; however, this release does not have the foreign key constraint migrations included at this time.
You can publish the migrations file with:
php artisan vendor:publish --provider="Playground\Crm\ServiceProvider" --tag="playground-migrations"
PHPStan
Tests at level 9 on:
config/
database/
src/
tests/Feature/
tests/Unit/
composer analyse
Coding Standards
composer format
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.