Real-time facades in laravel are great, but they have a problem. When you use them, you quickly fall out of ide auto-completion and you are out of confidence. This package generates the facade file with enough doc-blocks to provide you with all the neat IDE helps. Nice?
It works exactly like the internal laravel realtime facades.
Sample Generated Facade File:
composer require imanghafoori/smart-realtime-facades --dev
You do not need to do anything, it regenerates your facade files if they need to be updated when you call them.
If you find an issue or have a better way to do something, feel free to open an issue, or a pull request.
If you discover any security-related issues, please email imanghafoori1@gmail.com
instead of using the issue tracker.
💎 It allows us to write expressive code to authorize, validate and authenticate.
💎 Find bugs before they bite.
The MIT License (MIT). Please see License File for more information.