AleksandarCvetanovski liked a comment+100 XP
2mos ago
Axios Hacked! ⚠️
Great idea. Maybe its time to put the use axios on the back burner.
AleksandarCvetanovski wrote a comment+100 XP
3mos ago
The Laracasts Snippet: Ep 9, Most People Have No Clue How to Get a Programming Job
That is a great point of first giving something valuable and afterwords receiving in return for your effort. Even that is not always true but at least you have created something that may be valuable to someone.
AleksandarCvetanovski wrote a reply+100 XP
5mos ago
Custom properties in notifications
You can try like this:
return (new MailMessage) ->subject('Test') ->markdown('mail.custom-notification', [ 'logo' => 'https://dummyimage.com/200x60/ccc/000.png&text=DEMO+LOGO', ]);
and in the blade:
Hello
Thanks for using our application!
<x-mail::button :url="url('/')"> Action </x-mail::button>
</x-mail::message>