Download the PHP package cleaniquecoders/themer without Composer
On this page you can find all versions of the php package cleaniquecoders/themer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cleaniquecoders/themer
More information about cleaniquecoders/themer
Files in cleaniquecoders/themer
Download cleaniquecoders/themer
More information about cleaniquecoders/themer
Files in cleaniquecoders/themer
Please rate this library. Is it a good library?
Informations about the package themer
Laravel Theme Maker
A simple Laravel Theme Maker, enabled developers to create theme skeleton. Developers just need to add the middleware of themer after creating themes.
Installation
Run the following command to install the package:
Register
Themer Service Provider
Register Themer service provider at config/app.php
in providers
key:
Themer Middleware
Register Themer middleware at the app/Http/Kernel.php
in $routeMiddleware
:
Usage
Create a new theme skeleton
Assign theme via middleware
OR
License
This package is open-sourced software licensed under the MIT license.
All versions of themer with dependencies
PHP Build Version
Package Version
Requires
illuminate/filesystem Version
^5.6|^5.7
illuminate/http Version ^5.6|^5.7
illuminate/support Version ^5.6|^5.7
illuminate/http Version ^5.6|^5.7
illuminate/support Version ^5.6|^5.7
The package cleaniquecoders/themer contains the following files
Loading the files please wait ....