gammamatrix / playground-site-blade
Playground: Provides a standard website with an index, dashboard, sitemap, theme handling and CMS integration.
Requires
- php: ^8.2
- gammamatrix/playground-blade: *
- gammamatrix/playground-cms: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-02-20 23:14:33 UTC
README
The Playground Site Blade package for Laravel applications.
This package provides a standard website with:
- Bootstrap Theme Handling
- Dashboard
- Home and Index
- Sitemap
- Welcome
- CMS integration
Read more on using Playground Site Blade at Read the Docs: Playground Documentation.
Installation
You can install the package via composer:
composer require gammamatrix/playground-site-blade
artisan about
Playground Site Blade provides information in the artisan about
command.
Configuration
You can publish the config file with:
php artisan vendor:publish --provider="Playground\Site\Blade\ServiceProvider" --tag="playground-config"
See the contents of the published config file: config/playground-site-blade.php
You can publish the views file with:
php artisan vendor:publish --provider="Playground\Site\Blade\ServiceProvider" --tag="playground-views"
Environment Variables
If you are unable or do not want to publish configuration files for this package, you may override the options via system environment variables.
Information on environment variables is available on the wiki for this package
UI
Cloc
composer cloc
➜ playground-site-blade git:(develop) ✗ composer cloc
> cloc --exclude-dir=output,vendor .
92 text files.
71 unique files.
23 files ignored.
github.com/AlDanial/cloc v 1.98 T=0.12 s (604.9 files/s, 45491.7 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
PHP 46 513 729 2369
Blade 16 125 14 880
YAML 1 5 0 275
XML 3 0 2 217
Markdown 3 42 0 87
JSON 1 0 0 67
INI 1 3 0 12
-------------------------------------------------------------------------------
SUM: 71 688 745 3907
-------------------------------------------------------------------------------
PHPStan
Tests at level 9 on:
config/
database/
resources/views/
routes/
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.