mantax559/laravel-helpers

v1.1.43 2024-04-27 12:52 UTC

README

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases) Packagist PHP from Packagist

Laravel Helpers

Requirements

  • Intl

Installation & Setup

You can install the package via composer:

composer require mantax559/laravel-helpers

After installation, add to the header:

@stack('cdn-header')

And the footer:

@stack('cdn-footer')
@stack('scripts')

The package will automatically register its service provider.

Customisation

Config

You can optionally publish the config file with:

php artisan vendor:publish --provider="Mantax559\LaravelHelpers\Providers\AppServiceProvider" --tag=config

Tests

You can run tests with the command:

vendor/bin/phpunit

License

The MIT License (MIT). Please see License File for more information.