X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/laravelcollective/html
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
laravelcollective
/
html
/
📁
..
📄
CONTRIBUTING.md
(264 B)
📄
LICENSE.txt
(1.05 KB)
📄
LaravelCollectiveHTML-banner.png
(19.92 KB)
📄
composer.json
(1.53 KB)
📄
readme-ptbr.md
(879 B)
📄
readme.md
(875 B)
📁
src
Editing: composer.json
{ "name": "laravelcollective/html", "description": "HTML and Form Builders for the Laravel Framework", "license": "MIT", "homepage": "https://laravelcollective.com", "support": { "issues": "https://github.com/LaravelCollective/html/issues", "source": "https://github.com/LaravelCollective/html" }, "authors": [ { "name": "Adam Engebretson", "email": "adam@laravelcollective.com" }, { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "require": { "php": ">=7.2.5", "illuminate/http": "^6.0|^7.0", "illuminate/routing": "^6.0|^7.0", "illuminate/session": "^6.0|^7.0", "illuminate/support": "^6.0|^7.0", "illuminate/view": "^6.0|^7.0" }, "require-dev": { "illuminate/database": "^6.0|^7.0", "mockery/mockery": "~1.0", "phpunit/phpunit": "~7.1" }, "autoload": { "psr-4": { "Collective\\Html\\": "src/" }, "files": [ "src/helpers.php" ] }, "extra": { "branch-alias": { "dev-master": "6.0-dev" }, "laravel": { "providers": [ "Collective\\Html\\HtmlServiceProvider" ], "aliases": { "Form": "Collective\\Html\\FormFacade", "Html": "Collective\\Html\\HtmlFacade" } } }, "minimum-stability": "dev", "prefer-stable": true }
Upload File
Create Folder