2017 © Pedro Peláez
 

laravel-package themer

Theme package for laravel 5

image

mrdejong/themer

Theme package for laravel 5

  • Monday, May 28, 2018
  • by mrdejong
  • Repository
  • 1 Watchers
  • 3 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build Status Downloads License, (*1)

Important update

I'm no longer working on the project. If you want to continue this project contact me for a transfer!, (*2)

Introduction

Themer is a theme manager for laravel, which uses laravels build in view provider. This means that if you install this package your application still works, without any editions to your code., (*3)

Sure the current state of this package is 'bare bone', but I'm planing so much cool stuff this that your mouth will open!, (*4)

Lets continue to the installation., (*5)

Installation

Well this is easy, open up your composer.json file. Then find the line that starts with "require": { in that array add:, (*6)

"mrdejong/themer": "dev-master"

Done that? Run composer update, (*7)

Let that do his work, when it is done we are going to do some hacky work!, (*8)

You can close your composer.json file, and open up the app.php file located in [root]/app/config/app.php and look for this line of code:, (*9)

'Illuminate\View\ViewServiceProvider',

You want to comment that line of code, since Themer's service provider extends from the ViewServiceProvider., (*10)

Now add the following line of code to the same array as the ViewServiceProvider, (*11)

'Mrdejong\Themer\ThemerServiceProvider',

Congratulations! You have now successfully installed themer., (*12)

But wait, the configuration for themer!? Ahh, don't worry the default configuration is good to go, but sure you want to change thing here and there run the following command:, (*13)

php artisan config:publish mrdejong/themer

Later on I will take on a tour threw the configuration file!, (*14)

Notice

Since themer is in its early state of development, I'm going to add documentation as I go. For now I feel that you can go with this, the configuration file of themer is commented very well as I may say., (*15)

Thanks

Thanks for reading this readme and ignore my rich mistakes in this language!, (*16)

Have fun with themer, and watch out for new and super cool updates!, (*17)

License

Since it is written in laravel, I will use the very same license. It is nonsense to use anything different., (*18)

Licensed under the Mit license, (*19)

The Versions

28/05 2018

dev-master

9999999-dev

Theme package for laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander de Jong (mrdejong)

laravel theme laravel 5 themes theming styling css preprocessing asset support

07/11 2014

dev-develop

dev-develop

  Sources   Download

The Requires

 

The Development Requires

by Alexander de Jong