Skip to content
dvdheiden.nl
Blog about (Laravel) development or other tech stuff

Category: Laravel

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

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

Unique validation in Laravel for update request

24/02/2021 dvdheiden

In a previous post, I’ve written about the Power of Form Request in Laravel. This post is a small addition…

Continue Reading →

Posted in: Laravel Filed under: validation

The power of Form Requests in Laravel

16/02/2021 dvdheiden

Laravel has a very handy feature called form requests. Form requests are custom request classes that take care of validation…

Continue Reading →

Posted in: Laravel Filed under: form-request

Search

About Me

I'm a webdeveloper @goedemiddag and @vdhicts, Laravel Certified Developer and founding member of @DutchLaravel. 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