ronasit / laravel-helpers
Provided helpers function and some helper class.
Installs: 68 848
Dependents: 12
Suggesters: 0
Security: 0
Stars: 14
Watchers: 4
Forks: 15
Open Issues: 6
Requires
- php: >=8.3
- ext-json: *
- doctrine/dbal: ^4.2
- guzzlehttp/guzzle: ^7.9.2
- laravel/framework: >=11.20
- maatwebsite/excel: ^3.1.55
- php-mock/php-mock-phpunit: ^2.10
- riverline/multipart-parser: ^2.1
Requires (Dev)
- brainmaestro/composer-git-hooks: ^3.0
- fakerphp/faker: ^1.23.1
- friendsofphp/php-cs-fixer: ^3.62
- mockery/mockery: ^1.6.12
- mpyw/laravel-database-mock: ^0.0.1-alpha5
- orchestra/testbench: ^9.3
- php-coveralls/php-coveralls: ^2.7
- phpunit/phpunit: ^10.5.30
- dev-master
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5
- 3.4.5
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4
- 3.3.2
- 3.3.1
- 3.3
- 3.2
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1
- 3.0.1-beta
- 3.0.0-beta
- 2.x-dev
- 2.7.1
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2.1
- 2.2
- 2.1
- 2.0.8-beta
- 2.0.7-beta
- 2.0.6-beta
- 2.0.5-beta
- 2.0.4-beta
- 2.0.3-beta
- 2.0.2-beta
- 2.0.1-beta
- 2.0.0-beta
- 1.x-dev
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.6
- 1.4.5-beta
- 1.4.4-beta
- 1.4.3-beta
- 1.4.2-beta
- 1.4.1-beta
- 1.4.0-beta
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9-beta
- 1.1.8-beta
- 1.1.7-beta
- 1.1.6-beta
- 1.1.5-beta
- 1.1.4-beta
- 1.1.3-beta
- 1.1.2-beta
- 1.1.1-beta
- 1.1.0-beta
- 1.0.66
- 1.0.65
- 1.0.64
- 1.0.63
- 1.0.62
- 1.0.61
- 1.0.60
- 1.0.59
- 1.0.58
- 1.0.57
- 1.0.56
- 1.0.55
- 1.0.54
- 1.0.53
- 1.0.52
- 1.0.51
- 1.0.50
- 1.0.49
- 1.0.48
- 1.0.47
- 1.0.46
- 1.0.45
- 1.0.44
- 1.0.43
- 1.0.42
- 1.0.41
- 1.0.40
- 1.0.39
- 1.0.38
- 1.0.37
- 1.0.36
- 1.0.35
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-deprecate-ClassAlreadyExistsException
- dev-prd-1798-version-middleware
- dev-eparusov/add-test-token
This package is auto-updated.
Last update: 2025-09-11 15:19:48 UTC
README
This plugin provides set of helpers functions, services and traits.
Installation
Composer
- Run
composer require ronasit/laravel-helpers
- For Laravel <= 5.5 add
RonasIT\Support\HelpersServiceProvider::class
to configapp.providers
list
Features
Https schema
The package is forcing the HTTPS
scheme for your app. Generally, it affects the URL generation logic.
This allows to use many web-related packages like Telescope, Nova, etc.
Versioning
Versioning is a mechanism to keep your API applications in a workable state for both new and legacy client applications. Versioning is a critical feature for applications with mobile clients, as developers cannot control the client application version and cannot guarantee that the newly released version is already available to download in all regions in stores.
Follow the versioning documentation to implement versioning in your Laravel app using this package.