From a4e1da5a1a5e8071f73ecc46c935f59da9639c6d Mon Sep 17 00:00:00 2001 From: Ahmet Bora Date: Sat, 28 Mar 2020 13:01:19 +0300 Subject: [PATCH] Badges updated and config command added --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb7a699..d5d155a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Laravel Themes -[![Source](https://img.shields.io/badge/source-afbora/larathemes-blue.svg?style=flat-square)](https://github.com/afbora/larathemes) -[![Latest Stable Version](https://poser.pugx.org/afbora/larathemes/v/stable?format=flat-square)](https://packagist.org/packages/afbora/larathemes) -[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://tldrlegal.com/license/mit-license) -[![Total Downloads](https://img.shields.io/packagist/dt/afbora/larathemes.svg?style=flat-square)](https://packagist.org/packages/afbora/larathemes) +[![Source](https://img.shields.io/badge/source-afbora/larathemes-blue?style=flat-square)](https://github.com/afbora/larathemes) +[![Download](https://img.shields.io/packagist/dt/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes) +[![Open Issues](https://img.shields.io/github/issues-raw/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes) +[![Last Commit](https://img.shields.io/github/last-commit/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes) +[![Release](https://img.shields.io/github/v/release/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes) +[![License](https://img.shields.io/github/license/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes) Themes gives the means to group together a set of views and assets for Laravel. This gives an easy way to further decouple the way your web application looks from your code base. @@ -13,6 +15,13 @@ Simply install the package through Composer. From here the package will automati composer require afbora/larathemes ``` +## Config +To publish the config file, run the following: + +``` +php artisan vendor:publish --provider="Afbora\LaraThemes\ThemesServiceProvider" --tag="config" +``` + ## Changelog You will find a complete changelog history within the [CHANGELOG](CHANGELOG.md) file.