Skip to the content.

Commands

geneate-ref

Generate QUEST REFERENCE.

php artisan quest:generate-ref [length] [--uuid]

track-ref

Track Quest Reference.

php artisan quest:track-ref [ref]

publish

Publish quest route file in the routes base folder.

php artisan quest:publish

ref

Reference console manager.

php artisan quest:ref [--list [--no-table] [--index=n]] [--generate=n] [--track='']

find

Very helpful to search a reference via a keyword, a class name, a method, a reference or text in php-doc comments.

php artisan quest:find keyword [--full] [--with-comments]

Exemple:

exemple