mantax559/laravel-helpers

Laravel Helpers

Maintainers

Package info

github.com/mantax559/laravel-helpers

pkg:composer/mantax559/laravel-helpers

Statistics

Installs: 733

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0


README

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

Laravel Helpers

Requirements

  • Intl - recommended for enhanced email validation
  • Xdebug - optional, required for code coverage analysis

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.

Usage

See USAGE.md for more information about the package and examples.

Customisation

Config

You can optionally publish the config file with:

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

Testing

Run the test suite:

composer test

Coverage summary in the terminal:

composer test-coverage

For a browsable HTML report, generate files under coverage/ and open coverage/index.html in your browser:

composer test-coverage-html

License

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