Learn how to add Brotli compression to your Laravel applications deployed on both Laravel Vapor and Laravel Sail, improving load times and reducing bandwidth usage.
Tag: PHP
Constructor property promotion – Code Refactoring School
Learn how to optimize your code by using constructor property promotion. Visit Code Refactoring School and learn tricks for better code.
null coalescing operator – Code Refactoring School
Learn how to optimize and beautify your code by using null coalescing operator.