z0dd/alf

Additional Laravel Functions

Maintainers

Details

github.com/z0dd/Alf

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/z0dd/alf

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

This package is auto-updated.

Last update: 2025-12-15 22:24:00 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.