PHPackages                             willyw2k/blade-svg - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. willyw2k/blade-svg

ActiveLibrary

willyw2k/blade-svg
==================

laravel blade svg directive

0121PHPCI failing

Since Jan 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/willyw2k/blade-svg)[ Packagist](https://packagist.org/packages/willyw2k/blade-svg)[ RSS](/packages/willyw2k-blade-svg/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Blade SVG
=========

[](#blade-svg)

Easily inline SVG images in your Blade templates. This Packages Is Clone from

Installation
------------

[](#installation)

You can install this package via Composer by running this command in your terminal in the root of your project:

`composer require willyw2k/blade-svg`

Getting started
---------------

[](#getting-started)

The package's service provider will automatically register itself.

Publish the Blade SVG config file:

```
php artisan vendor:publish --provider="BladeSvg\BladeSvgServiceProvider"

```

### Configuration

[](#configuration)

Inside `config/blade-svg.php`, you can specify any default CSS classes you'd like to be applied to your SVG images using the `class` option:

```
