Speeding up array_merge()
Here's why you should be carefull with array_merge in loops.
Read more [www.exakat.io]
Here's why you should be carefull with array_merge in loops.
Read more [www.exakat.io]
On this edition of the meetup, Francisco Madeira talks about creating beautiful CLI apps with Termwind. Claudio Dekker shows what's new in Inertia.
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"Freek publishes a super resourceful and practical newsletter. A must for anyone in the Laravel space"
Here's a cool post by Tom McFarlin how you can use Ray in WordPress to easily see a the callers of a function. This doesn't only work in WordPress but any Laravel and PHP app.
Read more [tommcfarlin.com]
Troy Hunt recently got a very high bill for his severless hosting. In this post, he share why the bill was so high, and how he's avoiding this for future bills.
Read more [www.troyhunt.com]
- submitted by Tony Messias
Tony Messias has ported a cool feature from Rails to Laravel.
– aaronfrancis.com - submitted by Aaron Francis
A slight modification to traditional offset/limit pagination that can drastically boost performance.
Read more [aaronfrancis.com]
Here's how Wes Bos goes about adding PPP for his courses.
Read more [wesbos.com]
Here's how Luke Downing goes about testing environment specific things.
Read more [downing.tech]
Here's Jess Archer showing how you can recreate the GitHub UI with Tailwind.
– itsrav.dev - submitted by Sourav R
Output Buffering is not so popular these days, but it is powerful. with simple vintage OB technique I made a real-time payment process UI
Read more [itsrav.dev]
In this video, Michael steps a natural approache on how to test environment specific functionality.
Our team has released a small package called spatie/laravel-slack-alerts. It can be used to send a message to Slack quickly. In this blog post, I'd like to share why we've created this package and how you can use it.
Ignition is the most beautiful error page for PHP apps. Yesterday, we launched a new major version of Ignition - you can check out all the details in this blog post.
Ignition used to be Laravel specific, but we've now created a framework agnostic version as well. Let's try using Ignition in a simple Symfony app.
I'm proud to share that our team has released a new major version of Ignition, the most beautiful error page for Laravel and PHP. It has been redesigned from the ground up. Here's how it looks like. This error page will be the default in Laravel 9. You can optionally install it into any Laravel 8 or…
– aaronfrancis.com - submitted by Aaron Francis
How to use Inertia's SSR features in a serverless environment like Laravel Vapor.
Read more [aaronfrancis.com]
PHP has a few ways to access private properties this: reflection, closures and array casting.
Read more [www.lambda-out-loud.com]
– protone.media - submitted by Pascal Baljet
For Artisan School, I wanted to create custom Open Graph images for each video page. When somebody shares a link on social media, platforms like Facebook and Twitter use the OG image to represent the shared link. I'll show you how to use Browsershot and Tailwind CSS to generate and save the OG images.
Read more [protone.media]
– tighten.co - submitted by Jamison Valenta
We are going to walk through creating a system to bring uniformity to our apps with a single set of keyboard shortcuts. We'll start by learning how to install and configure the required apps, then, later on, I'll introduce the system of keyboard shortcut organization I use every day.
Read more [tighten.co]
If you're going to use basic auth, make sure that you use HTTPS.
Read more [joeldare.com]
Kevlin Henney makes the case for not suffixing class names, or files with the type of object it contains.
Read more [kevlinhenney.medium.com]