Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AleksandarCvetanovski's avatar

AleksandarCvetanovski liked a comment+100 XP

1mo ago

Axios Hacked! ⚠️

Great idea. Maybe its time to put the use axios on the back burner.

AleksandarCvetanovski's avatar

AleksandarCvetanovski wrote a comment+100 XP

2mos 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's avatar

AleksandarCvetanovski wrote a reply+100 XP

4mos 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:

x-mail::message

Hello

Thanks for using our application!

<x-mail::button :url="url('/')"> Action </x-mail::button>

</x-mail::message>