The fight of my MX Master 3 scroll wheel with my M1 Macbook Air.
Posts
- Fix scrolling issue on Mac with Logitech mouse
- Secure your WYSIWYG editor in Laravel
Freedom meets security with your WYSIWYG editor in Laravel. Learn how to properly handle the WYSIWYG editor output in laravel.
- Using the HTTP Client of Laravel in packages
Laravel is shipped with an easy to use HTTP Client. This HTTP Client is based on the popular Guzzle HTTP Client but is a bit easier to use due of the expressive syntax.
- Install Windows 11 with local account
In the Windows 11 installation, Microsoft almost forces you to install Windows 11 with a Microsoft account. Luckily there are still options to install Windows 11 with a local account.
- The lifecycle of an application
What I've learned about the lifecycle of an application from a technical view which might be useful information for assessing your application and determining the next steps for your application.
- Unique validation in Laravel for update request
The validation rules on the store and update requests might have a lot in common but one of the major differences is how to handle the unique validation.
- The power of Form Requests in Laravel
Laravel has a very handy feature called Form requests. Form requests are custom request classes that take care of validation and authorization.
- Mcrypt for PHP 7.2+ on cPanel server
Mcrypt is deprecated since PHP 7.1 and completely removed from PHP since version 7.2. You should use OpenSSL or Sodium. But sometimes you're stuck on using mcrypt because of an older server or application.