Playground: Provides the models for the Playground Campaign and Lead Sales Management tool.
gammamatrix/playground-lead is a Laravel package for playground: provides the models for the playground campaign and lead sales management tool..
It currently has 0 GitHub stars and 36 downloads on Packagist.
Install it with composer require gammamatrix/playground-lead.
Discover more Laravel packages by gammamatrix
or browse all Laravel packages to compare alternatives.
Last updated
The Playground Lead is a package for Laravel applications.
Playground: Provides the models for the Playground Campaign and Lead Sales Management tool.
Read more on using Playground: Lead at Read the Docs
NOTE: This package is required by:
Install this package, with composer, to get access to the Lead Models:
composer require gammamatrix/playground-lead
artisan:aboutPlayground Lead provides information in the artisan about command.
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-lead.php
You can publish the config file with:
php artisan vendor:publish --provider="Playground\Lead\ServiceProvider" --tag="playground-config"
| env() | config() | Default |
|-----------------------------------|-----------------------------------|---------|
| PLAYGROUND_LEAD_ABOUT | playground-lead.about | true |
| PLAYGROUND_LEAD_LOAD_MIGRATIONS | playground-lead.load.migrations | false |
This package includes factories, models and migrations for:
All migrations are disabled by default.
See the contents of the published config file: database/migrations
You can publish the migrations file with:
php artisan vendor:publish --provider="Playground\Lead\ServiceProvider" --tag="playground-migrations"
composer cloc
➜ playground-lead git:(develop) ✗ composer cloc
147 text files.
142 unique files.
42 files ignored.
github.com/AlDanial/cloc v 2.08 T=0.10 s (1433.4 files/s, 557953.8 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
JSON 64 0 0 42294
PHP 63 851 2629 8205
XML 10 0 7 818
YAML 1 5 0 275
Markdown 3 46 0 127
INI 1 3 0 12
-------------------------------------------------------------------------------
SUM: 142 905 2636 51731
-------------------------------------------------------------------------------
Tests at level 10 on:
config/database/src/tests/Feature/tests/Unit/composer analyse
composer format
Unit tests
composer test
Unit and feature tests
composer test-dev
Run unit and feature tests in parallel:
composer test-parallel
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.