PHP
What Are Directives in Angular?
What Are Directives in Angular? In this article, we will learn about the angular built-in directive. It is a custom HTML attribute that changes the behavior of the DOM element and changes the DOM Read more…
What Are Directives in Angular? In this article, we will learn about the angular built-in directive. It is a custom HTML attribute that changes the behavior of the DOM element and changes the DOM Read more…
[AdSense-A]
Google Lighthouse is an open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO, and more.
Our newest package, spatie/lighthouse-php makes it easy to run Lighthouse using PHP. In this blog post, I'd like to tell you all about it.
[AdSense-A]
Now that PHP 8.2 has been released, it's time to upgrade the PHP of your Mac.
If you're using Brew - which you probably are - there are only a few steps involved.
In this video we’re having a look at the Query Builder, and how to use it correctly. We’re optimizing our performance by a. lot of request time, models loaded and memory used. Read more
[AdSense-A]
I'm proud to share that we've released two new packages: spatie/laravel-mailcoach-mailer (for Laravel apps) and spatie/mailcoach-mailer (for all other PHP based apps).
Using these two packages, you can send transactional mail through Mailcoach Cloud.
In this blog post, I'd like to share how you can use these packages and how they work under the hood.
Each call to the builder will modify the underlying pending request. Every modification, another link in the chain, that will be sent, finally, with get(). Read more
I use all of these on freek.dev as well 🙂 Read more
Here’s how we use the Shadow DOM to ensure layout from page doesn’t affect the layout of a component. Read more