Site
The Playground Site Blade package for Laravel applications.
This package provides Controllers and Blade UI handling:
Bootstrap Theme Handling
Dashboard
Home and Index
Sitemap
Welcome
playground-site-blade
artisan about for playground-site-blade
Package Information
Configuration
You can publish the configuration file with:
php artisan vendor:publish --provider="Playground\Site\Blade\ServiceProvider" --tag="playground-config"
Environment Variables
Dashboard
PLAYGROUND_SITE_BLADE_DASHBOARD_ENABLEConfig:
playground-site-blade.dashboard.enableType:
boolDefault:
truePLAYGROUND_SITE_BLADE_DASHBOARD_GUESTConfig:
playground-site-blade.dashboard.guestType:
boolDefault:
truePLAYGROUND_SITE_BLADE_DASHBOARD_USERConfig:
playground-site-blade.dashboard.userType:
boolDefault:
truePLAYGROUND_SITE_BLADE_DASHBOARD_VIEWConfig:
playground-site-blade.dashboard.viewType:
stringDefault:
playground-site::dashboard
Loading
PLAYGROUND_SITE_BLADE_LOAD_VIEWSConfig:
playground-site-blade.load.viewsType:
boolDefault:
truePLAYGROUND_SITE_BLADE_LOAD_ROUTESConfig:
playground-site-blade.load.routesType:
boolDefault:
true
Routes
PLAYGROUND_SITE_BLADE_ROUTES_ABOUTConfig:
playground-site-blade.routes.aboutType:
boolDefault:
truePLAYGROUND_SITE_BLADE_ROUTES_BOOTSTRAPConfig:
playground-site-blade.routes.bootstrapType:
boolDefault:
truePLAYGROUND_SITE_BLADE_ROUTES_DASHBOARDConfig:
playground-site-blade.routes.dashboardType:
boolDefault:
truePLAYGROUND_SITE_BLADE_ROUTES_HOMEConfig:
playground-site-blade.routes.homeType:
boolDefault:
truePLAYGROUND_SITE_BLADE_ROUTES_INDEXConfig:
playground-site-blade.routes.indexType:
boolDefault:
truePLAYGROUND_SITE_BLADE_ROUTES_PAGEConfig:
playground-site-blade.routes.pageType:
boolDefault:
truePLAYGROUND_SITE_BLADE_ROUTES_SITEMAPConfig:
playground-site-blade.routes.sitemapType:
boolDefault:
truePLAYGROUND_SITE_BLADE_ROUTES_THEMEConfig:
playground-site-blade.routes.themeType:
boolDefault:
truePLAYGROUND_SITE_BLADE_ROUTES_WELCOMEConfig:
playground-site-blade.routes.welcomeType:
boolDefault:
true
Sitemap
PLAYGROUND_SITE_BLADE_SITEMAP_ENABLEConfig:
playground-site-blade.middleware.sitemap.enableType:
boolDefault:
truePLAYGROUND_SITE_BLADE_SITEMAP_GUESTConfig:
playground-site-blade.middleware.sitemap.guestType:
boolDefault:
truePLAYGROUND_SITE_BLADE_SITEMAP_USERConfig:
playground-site-blade.middleware.sitemap.userType:
boolDefault:
truePLAYGROUND_SITE_BLADE_SITEMAP_VIEWConfig:
playground-site-blade.middleware.sitemap.viewType:
stringDefault:
playground-site-blade::sitemapDescription: This blade file will be included on the application sitemap.
UI
PLAYGROUND_MATRIX_RESOURCE_BLADEConfig:
playground-site-blade.bladeType:
stringDefault:
playground-site-blade::Description: Sets the view namespace for the package.
Installation
composer require gammamatrix/playground-site-blade
Sitemap
Fig 1. Sitemap for playground-login-blade |
Fig 2. Sitemap for playground-site-blade |
Fig 3. Sitemap for playground-admin-resource |
Fig 4. Sitemap for playground-cms-resource |
Fig 5. Sitemap for playground-crm-resource |
Fig 6. Sitemap for playground-directory-resource |
Fig 7. Sitemap for playground-matrix-resource |
Fig 8. Sitemap for playground-lead-resource |
Themes
Selecting dark mode with the playground-site-blade package.