You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to somehow view the methods available to me without having to go through each .php file inside src/resources/*.php? Either through somehow dd() stuff to the view, or using Debugbar, or autocomplete in PhpStorm?
The text was updated successfully, but these errors were encountered:
I've spent all day creating a PHP file that can generate a Function Reference page in Markdown, based on the current tree structure of the repo. I'll attach the meat of that functionality here. I'm not sure how best it could be integrated or stored for use. Please advise.
I created a Wiki Page for this function reference, as well.
Is there any way to somehow view the methods available to me without having to go through each
.php
file insidesrc/resources/*.php
? Either through somehowdd()
stuff to the view, or using Debugbar, or autocomplete in PhpStorm?The text was updated successfully, but these errors were encountered: