Download the PHP package mikelmi/mks-theme without Composer
On this page you can find all versions of the php package mikelmi/mks-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mks-theme
Theme Support for Laravel 5
This package supports the management view files and assets under separate folders in Laravel projects.
Installation
-
Installation with
-
Add the service provider in
config/app.php
, toproviders
: -
Add Facade alias in
config/app.php
, toaliases
: - Publish config
Create/configure theme
- Create new folder in
public/themes/
, for examplepublic/themes/cool-theme
-
Set your theme in
config/theme.php
: - Now you can overwrite any view from
resources/views
within the folderpublic/themes/cool-theme/views
Usage
All versions of mks-theme with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package mikelmi/mks-theme contains the following files
Loading the files please wait ....