KO
|
EN
gitlite — search
Search
#javascript
#java
#python
#php
#chrome-extension
#ruby
#android
#cakephp
#css
#node
#jekyll
#website
smart-realtime-facades
★ 33
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
SFuzz
:
No description available.
xERM
:
[AAAI 2022 Oral] This is a Pytorch implementation of the AAAI 2022 paper "Cross-Domain Empirical Risk Minimization for Unbiased Long-tailed Classification"
turtlebot4_setup
:
TurtleBot 4 setup tools and configuration files.
text-2-cellular-automata
:
:brain: Neural Cellular Automata + CLIP
2022-CVPR-DART
:
PyTorch implementation for Learning with Twin Noisy Labels for Visible-Infrared Person Re-Identification (CVPR 2022).
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
smart-realtime-facades
?
Download (.md)
# Smart Real-time Facades ## Do not lose IDE auto-completion with real-time facades! [](https://packagist.org/packages/imanghafoori/smart-realtime-facades) [](https://packagist.org/packages/imanghafoori/smart-realtime-facades) [](https://raw.githubusercontent.com/imanghafoori1/smart-realtime-facades/main/LICENSE.md) 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:  ### Installation: ```bash composer require imanghafoori/smart-realtime-facades --dev ``` ### Usage: You do not need to do anything, it regenerates your facade files if they need to be updated when you call them. --------------------- ### :raising_hand: Contributing: If you find an issue or have a better way to do something, feel free to open an issue, or a pull request. ### :exclamation: Security If you discover any security-related issues, please email `imanghafoori1@gmail.com` instead of using the issue tracker. ---------------------- ### More from the author: #### Laravel HeyMan: :gem: It allows us to write expressive code to authorize, validate and authenticate. - https://github.com/imanghafoori1/laravel-heyman -------------------- #### Laravel Microscope: :gem: Find bugs before they bite. - https://github.com/imanghafoori1/laravel-microscope -------------------- ### Credits - [Iman](https://github.com/imanghafoori1) - [All Contributors](../../contributors) ### License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.