/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
tests/Foundation/fixtures/docs.json
95 строк
3 KB
Tim MacDonald
[9.x] Introduce artisan docs command (#43357)
29 июл 2022, 22:21
Не верифицирован
29 июл 2022, 22:21
6cb5846
Код
Авторство
О чём код?
{ "pages": { "installation": { "title": "Installation", "sections": {} }, "views": { "title": "Views", "sections": {} }, "validation": { "title": "Validation", "sections": {} }, "filesystem": { "title": "File Storage", "sections": {} }, "localization": { "title": "Localization", "sections": {} }, "eloquent": { "title": "Eloquent: Getting Started", "sections": { } }, "eloquent-collections": { "title": "Eloquent: Collections", "sections": { "introduction": { "title": "Introduction" }, "eloquent-collection-conversion": { "title": "Eloquent Collection Conversion" }, "available-methods": { "title": "Available Methods" }, "method-append": { "title": "`append($attributes)` {.collection-method .first-collection-method}" }, "method-contains": { "title": "`contains($key, $operator = null, $value = null)` {.collection-method}" }, "method-diff": { "title": "`diff($items)` {.collection-method}" }, "method-except": { "title": "`except($keys)` {.collection-method}" }, "method-find": { "title": "`find($key)` {.collection-method}" }, "method-fresh": { "title": "`fresh($with = [])` {.collection-method}" }, "method-intersect": { "title": "`intersect($items)` {.collection-method}" }, "method-load": { "title": "`load($relations)` {.collection-method}" }, "method-loadMissing": { "title": "`loadMissing($relations)` {.collection-method}" }, "method-modelKeys": { "title": "`modelKeys()` {.collection-method}" }, "method-makeVisible": { "title": "`makeVisible($attributes)` {.collection-method}" }, "method-makeHidden": { "title": "`makeHidden($attributes)` {.collection-method}" }, "method-only": { "title": "`only($keys)` {.collection-method}" }, "method-toquery": { "title": "`toQuery()` {.collection-method}" }, "method-unique": { "title": "`unique($key = null, $strict = false)` {.collection-method}" }, "custom-collections": { "title": "Custom Collections" } } }, "dusk": { "title": "Laravel Dusk", "sections": {} } } }