2017 © Pedro Peláez
 

laravel-community-theme laravel-theme-gentelella

An installable theme for laravel, created by Colorlib and created into a package by PaladinDigital.

image

paladindigital/laravel-theme-gentelella

An installable theme for laravel, created by Colorlib and created into a package by PaladinDigital.

  • Monday, March 27, 2017
  • by PaladinDev
  • Repository
  • 2 Watchers
  • 2 Stars
  • 5 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Theme: Gentelella

This is the theme Gentelella by Colorlib packaged up by PaladinDigital into a composer installable package for Laravel 5., (*1)

Installation

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,
]

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., (*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)

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)., (*6)

  • $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

The Versions

27/03 2017

dev-master

9999999-dev

An installable theme for laravel, created by Colorlib and created into a package by PaladinDigital.

  Sources   Download

MIT

The Requires

 

laravel foundation laravel-community-theme