2017 © Pedro Peláez
 

library helpers

Add a helpers.php file to your Laravel application.

image

ahuggins/helpers

Add a helpers.php file to your Laravel application.

  • Wednesday, August 30, 2017
  • by ahuggins
  • Repository
  • 1 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 6 % Grown

The README.md

Laravel Helpers

A simple way to add a customizable helpers.php file to your Laravel application., (*1)

  1. Simply run this composer require command:

composer require ahuggins/helpers, (*2)

  1. Then if your application is >= Laravel 5.5, you would be done. Otherwise you will need to add the following service provider to your config/app.php file.

AHuggins\Helpers\Providers\HelpersServiceProvider::class,, (*3)

  1. Publish the helpers file.

php artisan vendor:publish --tag=helpers, (*4)

The Versions

30/08 2017

dev-master

9999999-dev

Add a helpers.php file to your Laravel application.

  Sources   Download

MIT

by Andrew huggins

30/08 2017

0.0.6

0.0.6.0

Add a helpers.php file to your Laravel application.

  Sources   Download

MIT

by Andrew huggins

25/08 2017

0.0.5

0.0.5.0

Add a helpers.php file to your Laravel application.

  Sources   Download

MIT

by Andrew huggins

25/08 2017

0.0.4

0.0.4.0

Add a helpers.php file to your Laravel application.

  Sources   Download

MIT

by Andrew huggins

25/08 2017

0.0.3

0.0.3.0

Add a helpers.php file to your Laravel application.

  Sources   Download

MIT

by Andrew huggins

25/08 2017

0.0.2

0.0.2.0

Add a helpers.php file to your Laravel application.

  Sources   Download

MIT

by Andrew huggins

25/08 2017

0.0.1

0.0.1.0

Add a helpers.php file to your Laravel application.

  Sources   Download

MIT

by Andrew huggins