l0n3ly/laravel-dynamic-helpers
app/Helpers directory with nested path support (e.g., Store/TenantHelper.php → storeTenantHelper() global function).phpstorm.meta.php for PhpStorm and _ide_helper.php for IDE introspection__callStatic magic method (e.g., MoneyHelper::format(100))moneyHelper()), static calls (MoneyHelper::format(100)), and proxy methods (helpers()->moneyHelper())eval) instead of relying on IDE hints alone__call and __callStatic) for flexible method forwardinghelpers:ide Artisan command (no longer needed—helpers are generated automatically at boot)GenerateIdeHelperCommand class (functionality moved to service provider boot cycle)helpers:ide for dynamic helper autocompletion.make:helper.app/Helpers.HelperProxy for dynamic helper method forwarding.README.md.make:helper command output messages for clearer generated helper usage.How can I help you explore Laravel packages today?