Skip to content

dvdheiden.nl

Blog about (Laravel) development or other tech stuff

Native UUID support in Laravel has arrived

30/10/2022 dvdheiden

UUID support works as easily as possible, by just adding the HasUuids trait to your models. Be aware that it requires the model events to be fired so saving the model quietly doesn’t provide a UUID to your model.

Continue Reading →

Posted in: Laravel Filed under: Eloquent, UUID

Retrieving invoices from the Exact Online API

21/09/2022 dvdheiden

The Exact Online API has a lot of endpoints and options, which sometimes makes it a challenge to work with.…

Continue Reading →

Posted in: PHP Filed under: API, Exact Online, Invoice

Fix scrolling issue on Mac with Logitech mouse

26/06/2022 dvdheiden

As my daily driver, I’m using an M1 Macbook Air. As I don’t like the magic mouse as that’s too…

Continue Reading →

Posted in: Mac

Secure your WYSIWYG editor in Laravel

03/04/2022 dvdheiden

A WYSIWYG editor enables users to provide styled content familiarly. The result of most WYSIWYG editors is HTML which is…

Continue Reading →

Posted in: Laravel Filed under: accessors & mutators, casts, security

Using the HTTP Client of Laravel in packages

01/03/2022 dvdheiden

Laravel is shipped with an easy to use HTTP Client. This HTTP Client is based on the popular Guzzle HTTP…

Continue Reading →

Posted in: Laravel Filed under: http-client, package

Install Windows 11 with local account

02/02/2022 dvdheiden

In the Windows 11 installation, Microsoft almost forces you to install Windows 11 with a Microsoft account. Luckily there are…

Continue Reading →

Posted in: Windows Filed under: privacy

Post navigation

Page 1 of 5
1 2 … 5 Next →