2017 © Pedro Peláez
 

library helpers

Kumpulan laravel helpers

image

tugumuda/helpers

Kumpulan laravel helpers

  • Monday, July 30, 2018
  • by anggerpputro
  • Repository
  • 0 Watchers
  • 0 Stars
  • 46 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 77 % Grown

The README.md

Laravel Tugumuda Helpers

License Total Downloads Latest Stable Version Latest Unstable Version, (*1)

Installation

Require this package with composer., (*2)

composer require tugumuda/helpers

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider., (*3)

For Laravel < 5.5, please use the 5.1 branch!

Laravel 5.5+:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php, (*4)

Collective\Html\HtmlServiceProvider::class,
Tugumuda\Helpers\ServiceProvider::class,

If you want to use the facade, add this to your facades in app.php:, (*5)

'BSForm' => Tugumuda\Helpers\Facades\BSFormFacade::class,
'TMFormatter' => Tugumuda\Helpers\Facades\FormatterFacade::class,
'TMConverter' => Tugumuda\Helpers\Facades\ConverterFacade::class,

Usage

You can now add messages using the Facade (when added):, (*6)

BSForm

BSForm::label('fullname', 'Fullname:');
BSForm::text('fullname', 'Angger Priyardhan Putro');

BSForm::textGroup('fullname', 'Fullname:', 'Angger Priyardhan Putro');

Converter

TMConverter::int2money('100000');
TMConverter::array2object(['name' => 'Angger', 'email' => 'anggerpputro@gmail.com']);

The Versions

30/07 2018

dev-master

9999999-dev

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

30/07 2018

5.1.7

5.1.7.0

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

24/07 2018

5.2.x-dev

5.2.9999999.9999999-dev

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

24/07 2018

5.2.1

5.2.1.0

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

24/07 2018

5.4.x-dev

5.4.9999999.9999999-dev

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

24/07 2018

5.3.x-dev

5.3.9999999.9999999-dev

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

24/07 2018

5.2.0

5.2.0.0

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

05/07 2018

5.1.6

5.1.6.0

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

26/06 2018

5.1.x-dev

5.1.9999999.9999999-dev

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

26/06 2018

5.1.5

5.1.5.0

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

02/03 2018

dev-stable

dev-stable

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

02/03 2018

5.1.4

5.1.4.0

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

02/03 2018

5.1.2.1

5.1.2.1

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

02/03 2018

5.1.2

5.1.2.0

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro

01/03 2018

5.1.1

5.1.1.0

Kumpulan laravel helpers

  Sources   Download

MIT

The Requires

 

by Angger Priyardhan Putro