Skip to content

mantax559/laravel-helpers

Repository files navigation

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.