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
This package has been abandoned. Use spatie/laravel-html instead.
Generated on Apr 28, 2024 via composer

laravelcollective/html v5.4.5

HTML and Form Builders for the Laravel Framework
Package summary
Share
8
issues
8
high severity
vulnerability
2
meta
6
1
license
30
MIT
Package created
5 Feb 2015
Version published
19 May 2017
Maintainers
3
Total deps
30
Direct deps
5
License
MIT

Issues

8

8 high severity issues

high
via: illuminate/http@v5.4.36 & others
via: illuminate/http@v5.4.36 & others
via: illuminate/http@v5.4.36 & others
via: illuminate/http@v5.4.36 & others
via: illuminate/http@v5.4.36 & others
via: laravelcollective/html@v5.4.5
via: illuminate/routing@v5.4.36 & others
Collapse
Expand

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
30 Packages, Including:
doctrine/inflector@1.4.4
illuminate/container@v5.4.36
illuminate/contracts@v5.4.36
illuminate/events@v5.4.36
illuminate/filesystem@v5.4.36
illuminate/http@v5.4.36
illuminate/pipeline@v5.4.36
illuminate/routing@v5.4.36
illuminate/session@v5.4.36
illuminate/support@v5.4.36
illuminate/view@v5.4.36
kylekatarnls/update-helper@1.2.1
laravelcollective/html@v5.4.5
nesbot/carbon@1.39.1
paragonie/random_compat@v2.0.21
psr/log@1.1.4
symfony/debug@v3.4.47
symfony/event-dispatcher@v4.4.44
symfony/event-dispatcher-contracts@v1.10.0
symfony/finder@v3.4.47
symfony/http-foundation@v3.4.47
symfony/http-kernel@v3.4.49
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php56@v1.20.0
symfony/polyfill-php70@v1.20.0
symfony/polyfill-php80@v1.29.0
symfony/routing@v3.4.47
symfony/translation@v4.3.11
symfony/translation-contracts@v1.10.0
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

5
All Dependencies CSV
β“˜ This is a list of laravelcollective/html 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
illuminate/httpv5.4.36-MIT
prod
5
illuminate/routingv5.4.36-MIT
prod
6
illuminate/sessionv5.4.36-MIT
prod
4
illuminate/supportv5.4.36-MIT
prod
illuminate/viewv5.4.36-MIT
prod
2

Visualizations

Frequently Asked Questions

What does laravelcollective/html do?

The LaravelCollective/HTML package provides HTML and Form Builders to augment the Laravel Framework's capabilities. These tools enable developers to structure their HTML and forms in a more convenient and efficient way, benefiting from Laravel's expressive syntax. Using LaravelCollective/HTML, coders can create structured, well-organized HTML and form components within the context of their Laravel-based projects.

How do you use laravelcollective/html?

To use the LaravelCollective/HTML package, you first need to install it via Composer by running the following command:

composer require laravelcollective/html

After installation, you will be able to use various types of HTML and form input elements in your Laravel project. Here are a few examples:

  • Creating a text input:
echo Form::text('username');
  • Creating a password input:
echo Form::password('password');
  • Form submission:
echo Form::submit('Click Me!');

Please note that the package should be properly configured within your Laravel application's provider array.

Where are the laravelcollective/html docs?

The official documentation for LaravelCollective/HTML can be found on the LaravelCollective website at this URL: https://laravelcollective.com/docs. The documentation provides further insights into the capabilities of the package, including a detailed set of instructions for configuring and using the tools. It serves as an essential guide for you to make the most out of LaravelCollective/HTML's offerings and to produce more robust, efficient, and maintainable code.