Laravel0Automatic Docblock Generation on Facades

[ad_1]

The Laravel team has been working on a tool to automatically generate docblock generation on Facades in the Laravel framework.

What this means for the Laravel community is improved IDE support for Facades, providing more accurate code completion:

Here’s another example from the Storage facade—it was updated along with the FilesystemAdapter and FilesystemManager in Pull Request #45517:

If you update to a recent version of Laravel 9, you should see improvements across most Facades (multiple were updated in Pull Request #45504), such as App, Cache, DB, Date, File, Http, Request, and Vite, to name a few.

The process started in December last year with the first pull request introducing this tool, with improvements over subsequent releases to hone the script. Facades can be generated and kept up to date by running the following:

php -f bin/facades.php

This tool was built for Facades that ship with the Laravel framework. If you follow along with weekly framework releases, you might have seen pull requests to add Facade Docblocks for particular methods or groups of methods developers might see needing to be added. Now they can mostly be kept up to date automatically (with a human eye for correctness) thanks to this script!

A shout out to Tim MacDonald and those who helped review the generated Docblocks to make this possible!



[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *