Laravel Artisan Tinker: The doc Command
The doc command in Laravel allows you to view the documentation for various objects, classes, constants, methods, functions, and properties. It accepts the name or reference to the item as its argument. This command is particularly helpful due to Laravel's extensive code documentation. For example, you can easily access the documentation for the config helper function or the $table property...