Package Data | |
---|---|
Maintainer Username: | therezor |
Maintainer Contact: | zmrezor@gmail.com (rezor) |
Package Create Date: | 2016-01-24 |
Package Last Update: | 2016-01-24 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-02 03:19:30 |
Package Statistics | |
---|---|
Total Downloads: | 11 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Currency converter widget for laravel 5
Run composer require therezor/laravel-currency-converter-widget
in your laravel project root folder
Register a service provider in the app.php
configuration file
<?php
'providers' => [
...
Arrilot\Widgets\ServiceProvider::class,
TheRezor\CurrencyWidget\ServiceProvider::class,
],
?>
<?php
'aliases' => [
...
'Widget' => Arrilot\Widgets\Facade::class,
'AsyncWidget' => Arrilot\Widgets\AsyncFacade::class,
],
?>
Run php artisan vendor:publish
Add @widget('CurrencyConverter')
into view where you want the widget to be