Skip to content

Dick van der Heiden

Blog about (Laravel) development

Native UUID support in Laravel has arrived

30/10/2022

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

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

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

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

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

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 →

Search

About Me

I'm a webdeveloper @vdhicts, Laravel Certified Developer and founding member of @DutchLaravel. You can follow me on Twitter and/or check out my work on GitHub.

Categories

  • Code (5)
  • Laravel (5)
  • Linux (15)
  • Mac (1)
  • PHP (1)
  • Windows (4)

Tags

accessors & mutators apache API backup bash batch casts chmod composer cpanel cron directadmin Eloquent envoyer Exact Online form-request FTP git grep hardware http-client Invoice minecraft package path permissions privacy register security symlink trash UUID validation virtualhost xpath

© Dick van der Heiden