mantax559 / laravel-helpers
Laravel Helpers
1.1.82
2024-11-20 11:01 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.0
- jbroadway/urlify: ^1.0
- laravel/framework: ^10.0|^11.0
- spatie/laravel-collection-macros: ^7.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^8.0
- dev-production
- 1.1.82
- 1.1.81
- 1.1.80
- 1.1.79
- 1.1.78
- 1.1.77
- 1.1.76
- 1.1.75
- 1.1.74
- 1.1.73
- 1.1.72
- 1.1.71
- 1.1.70
- 1.1.69
- 1.1.68
- 1.1.67
- 1.1.66
- 1.1.65
- 1.1.64
- 1.1.63
- 1.1.62
- 1.1.61
- 1.1.60
- 1.1.59
- 1.1.58
- 1.1.57
- 1.1.56
- 1.1.55
- 1.1.54
- 1.1.53
- 1.1.52
- 1.1.51
- 1.1.50
- 1.1.49
- 1.1.48
- 1.1.47
- 1.1.46
- 1.1.45
- v1.1.44
- v1.1.43
- v1.1.42
- v1.1.41
- v1.1.40
- v1.1.39
- v1.1.38
- v1.1.37
- v1.1.36
- v1.1.35
- v1.1.34
- v1.1.33
- v1.1.32
- v1.1.31
- v1.1.30
- v1.1.29
- v1.1.28
- v1.1.27
- v1.1.26
- v1.1.25
- v1.1.24
- v1.1.23
- v1.1.22
- v1.1.21
- v1.1.20
- v1.1.19
- v1.1.18
- v1.1.17
- v1.1.16
- v1.1.15
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-development
This package is auto-updated.
Last update: 2025-02-20 11:40:14 UTC
README
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.