The Laravel team released 9.35 with an exciting new alternate mailable syntax, an Eloquent "strict mode" feature, and more.Alternate mailable syntaxTaylor Otwell contributed an alternate mailable syntax to works by returning "slim value objects that specify the content and attributes of the mailable"Here's an example from his pull request...
17 October, 2022
cURL Converter - A tool convert cURL commands to Laravel's HTTP Client
Programing Coderfunda
October 17, 2022
Laravel
No comments
Last week Shift released the cURL Converter. It allows you to quickly convert curl requests to an Http client request. Now all those example API calls you find within documentation can actually be used for your Laravel apps.For example, take the following curl example from Fathom.1curl https://api.usefathom.com/v1/account...