PHPackages                             adrianmomorales/blade-svg-sage9-php8 - 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. [Templating &amp; Views](/categories/templating)
4. /
5. adrianmomorales/blade-svg-sage9-php8

ActiveLibrary[Templating &amp; Views](/categories/templating)

adrianmomorales/blade-svg-sage9-php8
====================================

laravel blade svg directive

1.0.1(1y ago)0451MITPHP

Since Jan 16Pushed 1y agoCompare

[ Source](https://github.com/adrianmomorales/blade-svg-sage9-php8)[ Packagist](https://packagist.org/packages/adrianmomorales/blade-svg-sage9-php8)[ RSS](/packages/adrianmomorales-blade-svg-sage9-php8/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (2)Used By (1)

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:

```
