Replies: 2 comments 2 replies
-
Hi, @farirai123 Unfortunately the question seems strange. Can you elaborate on what you are trying to achieve? To add a new button, you need to specify it in an array: public function commandBar(): iterable {
return [
Button::make('Create new')->...,
Button::make('Other button')->...
];
} |
Beta Was this translation helpful? Give feedback.
2 replies
-
can you kindly help me i am using mailgun to send mail from laravel orchid
documentation but getting this error
below is the link to the laracasts question
https://laracasts.com/discuss/channels/laravel/am-getting-errors-while-trying-to-send-mail-in-laravel-using-smtp
…On Tue, Oct 4, 2022 at 9:04 PM Alexandr Chernyaev ***@***.***> wrote:
Hi, @farirai123 <https://github.com/farirai123> Unfortunately the
question seems strange. Can you elaborate on what you are trying to
achieve? To add a new button, you need to specify it in an array:
public function commandBar(): iterable {
return [
Button::make('Create new')->...,
Button::make('Other button')->...
];
}
—
Reply to this email directly, view it on GitHub
<#2391 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWNMS6BTVN2YUQJAU63PLTWBR5UFANCNFSM6AAAAAAQ3OG6CA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
want to add a remove function inside the same function how do i do that
Beta Was this translation helpful? Give feedback.
All reactions