blade-icons

A package to easily make use of SVG icons in your Laravel Blade views.

MIT License

Downloads
13.9M
Stars
2.1K
Committers
45

Bot releases are hidden (Show)

blade-icons -

Published by driesvints almost 4 years ago

Added

  • PHP 8 Support (#101)

Removed

Fixed

  • Strip trailing slash from path (#88)
blade-icons - 0.4.5

Published by driesvints about 4 years ago

Added

  • Laravel 8 support (#87)
blade-icons - 0.4.4

Published by driesvints about 4 years ago

Fixed

  • Fix in-memory cache of multiple icon sets (#74)
blade-icons - 0.4.3

Published by driesvints over 4 years ago

Fixed

  • Properly register callAfterResolving callback (bdd6e59)
blade-icons - 0.4.2

Published by driesvints over 4 years ago

Fixed

  • Revert uncomment of default set (62357bc)
blade-icons - 0.4.1

Published by driesvints over 4 years ago

Changed

  • Use singleton for factory (5e69d60)
  • Uncomment default set (a928be4)
  • Refactor component registration (e7c20c7)

Fixed

  • Fix bug with component classes (d53025a)
blade-icons - 0.4.0

Published by driesvints over 4 years ago

Refactor to Blade Icons. See the upgrade guide for relevant upgrade notes.

blade-icons - v0.3.4

Published by calebporzio over 4 years ago

Added

  • Support for Laravel 7
blade-icons -

Published by adamwathan over 4 years ago

  • Fix reference to old string helper
blade-icons - v0.3.2

Published by calebporzio about 5 years ago

Added

  • Support for Laravel 6
blade-icons - Remove references to "assets" subpath

Published by calebporzio over 5 years ago

blade-icons - v0.3.0

Published by adamwathan over 6 years ago

  • Render icons inline by default instead of using spritesheet
blade-icons - v0.2.2

Published by adamwathan about 7 years ago

  • Adds support for Laravel 5.5 package discovery
blade-icons - v0.2.1

Published by adamwathan over 7 years ago

  • Fix bug where default SVG image class was being run through base_path()
blade-icons - v0.2.0

Published by adamwathan over 7 years ago

  • Use svg instead of icon for basically everything, provide aliases for previous names
blade-icons - v0.1.1

Published by adamwathan over 7 years ago

  • Add support for dot notation when rendering icons inline
blade-icons - v0.1.0

Published by adamwathan about 8 years ago

  • Initial release