2017 © Pedro Peláez
 

library laravel-currency-converter-widget

Laravel 5 widget for converting currency

image

therezor/laravel-currency-converter-widget

Laravel 5 widget for converting currency

  • Monday, January 25, 2016
  • by therezor
  • Repository
  • 1 Watchers
  • 2 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Currency Converter

Currency converter widget for laravel 5, (*1)

Installation

1) Run composer require therezor/laravel-currency-converter-widget in your laravel project root folder, (*2)

2) Register a service provider in the app.php configuration file, (*3)

 [
    ...
    Arrilot\Widgets\ServiceProvider::class,
    TheRezor\CurrencyWidget\ServiceProvider::class,
],
?>

3) Add some facades here too., (*4)

 [
    ...
    'Widget'       => Arrilot\Widgets\Facade::class,
    'AsyncWidget'  => Arrilot\Widgets\AsyncFacade::class,
],
?>

4) Run php artisan vendor:publish, (*5)

5) Add @widget('CurrencyConverter') into view where you want the widget to be, (*6)

The Versions

25/01 2016

dev-master

9999999-dev

Laravel 5 widget for converting currency

  Sources   Download

MIT

The Requires

 

by rezor