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