You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this in laravel quite a bit. I just setup my namespaces as such:
use Slack\Client as Client;
use Slack\Notifier as Notifier;
use Slack\Message\Message as Message;
use Slack\Message\MessageAttachment as Attachment;
use Slack\Message\MessageField as MessageField;
Or you can just reference as $client = \Slack\Client('name', 'key');
Of course, thats setup specifically for a Slack Notifier class.
Is there anyway you could build this into laravel facade?
The text was updated successfully, but these errors were encountered: