Download the PHP package millancore/ladoc without Composer
On this page you can find all versions of the php package millancore/ladoc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download millancore/ladoc
More information about millancore/ladoc
Files in millancore/ladoc
Package ladoc
Short Description Console tool for explore Laravel Documentation
License MIT
Informations about the package ladoc
Laravel Documentation for Console
Ladoc allows you to search and browse Laravel documentation in all its versions.
Installation
Using Composer
Requires PHP 8.2
or Using Docker
Uses:
Usage
Tip: To make it easier to use, create an alias, I usually use
zz
.
Search
ladoc <section> <query>
List all sections
simply execute the command without parameters, you will see a list of all the sections (in brackets).
Result:
Filter Main List
To simplify the navigation you can filter main list with '--letter' or -l
and initial letter.
Result:
Navigation System
You can navigate through all sections using the indexes in the list.
Result:
and continue in that way
Result:
Using the search with index
You can search directly in a section using its index. ladoc 4 @once
it's equal to ladoc blade @once
.
Versions
Ladoc allows you to search all versions of Laravel, just use --branch
or -b
to define the version you want to use.
If no version is set, use the latest one.
Ladoc is an open-sourced software licensed under the MIT license.
All versions of ladoc with dependencies
ext-dom Version *
ext-curl Version *
ext-libxml Version *
league/commonmark Version ^2.4
nunomaduro/termwind Version ^1.15
symfony/process Version ^6.3
symfony/console Version ^6.3