z0dd/alf

Additional Laravel Functions

dev-master 2019-09-15 08:23 UTC

This package is auto-updated.

Last update: 2024-04-15 18:45:57 UTC


README

Additional Laravel Functions

Installation

Require the z0dd/alf package in your composer.json and update your dependencies:

composer require z0dd/alf

You also need to add z0dd\Alf\AlfServiceProvider to your config/app.php providers array:

z0dd\Alf\AlfServiceProvider::class,

And in aliases:

'Alf' => z0dd\Alf\Alf::class,

Publish config file:

php artisan vendor:publish --provider="z0dd\Alf\AlfServiceProvider"

License

Released under the MIT License, see LICENSE.