dev-master
9999999-devAn installable theme for laravel, created by Colorlib and created into a package by PaladinDigital.
MIT
The Requires
laravel foundation laravel-community-theme
Wallogit.com
2017 © Pedro Peláez
An installable theme for laravel, created by Colorlib and created into a package by PaladinDigital.
This is the theme Gentelella by Colorlib packaged up by PaladinDigital into a composer installable package for Laravel 5., (*1)
Add the require in your composer.json file:, (*2)
"require": {
...
"paladindigital/laravel-theme-gentelella": "*"
}
If you dont already have the service provider registered in your config/app.php then add it also, (*3)
'providers' => [
...
PaladinDigital\LaravelThemes\ServiceProvider::class,
]
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., (*4)
This saves you having to set the longform view name in all page templates. Alternatively you could create your own shared data object., (*5)
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)., (*6)
An installable theme for laravel, created by Colorlib and created into a package by PaladinDigital.
MIT
laravel foundation laravel-community-theme