From e54af006c67bdfd388808776cc27525a3b2942f9 Mon Sep 17 00:00:00 2001 From: Gluten Date: Sun, 4 Sep 2016 14:47:30 +0200 Subject: [PATCH] Restrict the publish command to this package Restrict the publish command to this specific package to prevent publishing files from other packages with can mess with versioning --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9486da6..3410a19 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ return [ Publish the Blade SVG config file: ``` -php artisan vendor:publish +php artisan vendor:publish --provider="BladeSvg\BladeSvgServiceProvider" ``` If you want to use the sprite sheet instead of rendering every icon inline, make sure you render the hidden sprite sheet somewhere at the end of any layouts that are going to use icons using the `svg_spritesheet()` helper: