Download the PHP package mantax559/laravel-helpers without Composer
On this page you can find all versions of the php package mantax559/laravel-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-helpers
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.
All versions of laravel-helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
guzzlehttp/guzzle Version ^7.0
jbroadway/urlify Version ^1.0
laravel/framework Version ^10.0|^11.0
spatie/laravel-collection-macros Version ^7.0
guzzlehttp/guzzle Version ^7.0
jbroadway/urlify Version ^1.0
laravel/framework Version ^10.0|^11.0
spatie/laravel-collection-macros Version ^7.0
The package mantax559/laravel-helpers contains the following files
Loading the files please wait ....