owenvoke / blade-fontawesome

A package to easily make use of Font Awesome in your Laravel Blade views.
https://packagist.org/packages/owenvoke/blade-fontawesome
MIT License
167 stars 28 forks source link

Update CompileSvgsAction.php #51

Closed 0xSilkweave closed 1 year ago

0xSilkweave commented 1 year ago

RuntimeExceptions added to handle (potential) errors in the read/write of SVGs.

owenvoke commented 1 year ago

Might be nice to just use https://github.com/thecodingmachine/safe as a dev dependency for consistency and not having to do our own thing (as simple as the change is).

0xSilkweave commented 1 year ago

Good idea.