Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 8, 2024 via composer

laravel/helpers v1.7.0

Provides backwards compatibility for helpers in the latest Laravel release.
Package summary
Share
0
issues
1
license
19
MIT
Package created
15 Feb 2019
Version published
30 Nov 2023
Maintainers
1
Total deps
19
Direct deps
1
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
19 Packages, Including:
carbonphp/carbon-doctrine-types@3.2.0
doctrine/inflector@2.0.10
illuminate/collections@v11.7.0
illuminate/conditionable@v11.7.0
illuminate/contracts@v11.7.0
illuminate/macroable@v11.7.0
illuminate/support@v11.7.0
laravel/helpers@v1.7.0
nesbot/carbon@3.3.1
psr/clock@1.0.0
psr/container@2.0.2
psr/simple-cache@3.0.0
symfony/clock@v7.0.7
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/translation@v7.0.7
symfony/translation-contracts@v3.5.0
voku/portable-ascii@2.0.1
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of laravel/helpers 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
illuminate/supportv11.7.0-MIT
prod

Visualizations

Frequently Asked Questions

What does laravel/helpers do?

Laravel/Helpers is a vital package that offers a backwards compatibility layer for helpers in the latest Laravel release. This means if you are migrating from Laravel 5.8 to a newer version of Laravel, this package ensures that the helpers used in Laravel 5.8 will still perform seamlessly in the newer versions.

How do you use laravel/helpers?

Using the Laravel/Helpers package is straightforward and it requires you to run a single installation command via Composer. After you have Composer installed on your computer, navigate to the root of your Laravel project via the terminal and then execute the following command:

composer require laravel/helpers

Once the package is installed, you may begin using the Laravel 5.8 helper functions as you did before.

Where are the laravel/helpers docs?

The official documentation for Laravel/Helpers is located on the Laravel website. For detailed explanations and usage patterns regarding the equivalent methods on the Arr and Str classes which represent array and string helpers respectively, you can visit the Laravel documentation page on helpers. Please note that this page offers information on how to replace the old Laravel 5.8 helper functions with the new 'Arr' and 'Str' class methods.