Consider using helpers instead of facades. They can clean things up
- ·
- Telegram
- ·
- Newsletter
This is largely a matter of personal preference, but calling a global function instead of having to import a class and statically call a method feels nicer to me.
Bonus points for session('key') syntax.