renoki-co/blade-mdi

This package is abandoned and no longer maintained. No replacement package was suggested.

Material Design Icons for Laravel Blade views.

Fund package maintenance!
renoki-co

1.0.0 2020-08-03 13:22 UTC

This package is not auto-updated.

Last update: 2020-10-13 12:57:43 UTC


README

CI codecov StyleCI Latest Stable Version Total Downloads Monthly Downloads License

Blade MDI adds Material Design Icons as Laravel Blade UI Kit components. For more information regarding Material Design Icons, check https://materialdesignicons.com

🤝 Supporting

Renoki Co. on GitHub aims on bringing a lot of open source, MIT-licensed projects and helpful projects to the world. Developing and maintaining projects everyday is a harsh work and tho, we love it.

If you are using your application in your day-to-day job, on presentation demos, hobby projects or even school projects, spread some kind words about our work or sponsor our work. Kind words will touch our chakras and vibe, while the sponsorships will keep the open source projects alive.

🚀 Installation

You can install the package via composer:

composer require renoki-co/blade-mdi

This is not required, but if you want to publish the SVGs locally, you can do so:

$ php artisan vendor:publish --provider="RenokiCo\BladeMdi\BladeMdiServiceProvider" --tag="blade-mdi"

🙌 Usage

Using blade-ui-kit/blade-icons, all icons can be shown as directives:

<x-mdi-account />

For a complete list of icons, check https://materialdesignicons.com

Updating Icons

If you wish to contribute and update the latest icons, you can fork the repo, run download.sh and submit a PR. What download.sh does is to download the master branch of https://github.com/Templarian/MaterialDesign and copy the distributables svgs to local svgs.

🐛 Testing

vendor/bin/phpunit

🤝 Contributing

Please see CONTRIBUTING for details.

🔒 Security

If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.

🎉 Credits

📄 License

The MIT License (MIT). Please see License File for more information.