LaravelPackages.net
Acme Inc.
Toggle sidebar
mantax559/laravel-helpers

Laravel Helpers

977
0
1.2.21
About mantax559/laravel-helpers

mantax559/laravel-helpers is a Laravel package for laravel helpers. It currently has 0 GitHub stars and 977 downloads on Packagist (latest version 1.2.21). Install it with composer require mantax559/laravel-helpers. Discover more Laravel packages by mantax559 or browse all Laravel packages to compare alternatives.

Last updated

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

Laravel Helpers

Requirements

  • Xdebug - required for code coverage analysis
  • Intl - recommended for stricter email validation (spoof rule)

Installation & Setup

You can install the package via composer:

composer require mantax559/laravel-helpers

Run the package installer:

php artisan laravel-helpers:install

Usage

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

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

Credits

License

This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.

Comments