add breadcrumbs
This commit is contained in:
parent
de9cb50084
commit
8dd6567ccc
21 changed files with 527 additions and 218 deletions
65
composer.lock
generated
65
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "00e98bda68b015c9576d1e622624cb55",
|
||||
"content-hash": "12d5d5d5edbaf033404b80e81076f7fb",
|
||||
"packages": [
|
||||
{
|
||||
"name": "davejamesmiller/laravel-breadcrumbs",
|
||||
|
@ -379,6 +379,69 @@
|
|||
],
|
||||
"time": "2017-06-15T17:19:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "hieu-le/active",
|
||||
"version": "3.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/letrunghieu/active.git",
|
||||
"reference": "42d0f50be74b89d730bb4c0ee8c32447630506c6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/letrunghieu/active/zipball/42d0f50be74b89d730bb4c0ee8c32447630506c6",
|
||||
"reference": "42d0f50be74b89d730bb4c0ee8c32447630506c6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": "^5.5",
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeclimate/php-test-reporter": "dev-master",
|
||||
"orchestra/testbench": "^3.1",
|
||||
"phpunit/phpunit": "~6.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"HieuLe\\Active\\ActiveServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Active": "HieuLe\\Active\\Facades\\Active"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"HieuLe\\Active\\": "src/",
|
||||
"HieuLe\\ActiveTest\\": "tests/"
|
||||
},
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hieu Le",
|
||||
"email": "letrunghieu.cse09@gmail.com",
|
||||
"homepage": "https://www.hieule.info"
|
||||
}
|
||||
],
|
||||
"description": "The helper class for Laravel (4/5) applications to get active class base on current route",
|
||||
"homepage": "https://www.hieule.info/tag/laravel-active/",
|
||||
"keywords": [
|
||||
"active",
|
||||
"laravel",
|
||||
"routing"
|
||||
],
|
||||
"time": "2017-09-07T02:36:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jakub-onderka/php-console-color",
|
||||
"version": "0.1",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue