Dan Richards
Dan Richards
Was there a reason for not just passing in an extension of `Expression` that implements your own `__toString()` method. https://www.php.net/manual/en/class.stringable.php I might be missing something?
Thank you @xsen ! For those who are using using [Laravel Trello](https://github.com/gregoriohc/laravel-trello), this also functions with the facade 😄 . ``` Trello::setHttpClient(new YourHttpClient()); Trello::authenticate(config('trello.api_key'), config('trello.api_token'), \Trello\Client::AUTH_URL_CLIENT_ID); Trello::card() ->attachments() ->create('card_id_here', ['file'...
I would love to see an empty state pattern in lists and relation managers. It's a great way to tell the user to create their first record or just explain...