paladindigital / laravel-theme-gentelella
An installable theme for laravel, created by Colorlib and created into a package by PaladinDigital.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Type:laravel-community-theme
Requires
- paladindigital/laravel-theme-installer: dev-master
- paladindigital/laravel-theme-loader: dev-master
Suggests
- taskforcedev/laravel-support: Allows you to set a site layout which could be the master template of a chosen theme.
This package is auto-updated.
Last update: 2024-11-08 00:18:56 UTC
README
This is the theme Gentelella by Colorlib packaged up by PaladinDigital into a composer installable package for Laravel 5.
Installation
Add the require in your composer.json file:
"require": {
...
"paladindigital/laravel-theme-gentelella": "*"
}
If you dont already have the service provider registered in your config/app.php then add it also
'providers' => [
...
PaladinDigital\LaravelThemes\ServiceProvider::class,
]
Laravel Support (Task Force Dev package)
If you install the taskforcedev/laravel-support package this provides the ability to set a sitewide master layout which will be used in all views.
This saves you having to set the longform view name in all page templates. Alternatively you could create your own shared data object.
Theme Usage
Layouts
- master: The master layout uses container-fluid css class for full-width responsive themes.
Page Meta
The following meta tags will be populated if provided by controllers (the easiest way to do this is to create a method on your base controller to populate a shared data object then pass this along with any extra page specific data to your views).
- $charset : String (optional), default: UTF-8
- $viewport : String (optional), default: width=device-width, initial-scale=1.0
- $keywords : Array of keywords or a comma-seperated string.
- $description : String
- $title : Page title