What would be an awesome feature would be adding the possibility of generating the helper file dynamically from an existing codebase, not only for core laravel facades but also for custom ones.
I believe this can be achieved using Reflection class magic.
Nice work, nonetheless.