/
Posts

Page 2

Is PHP dead? Usage and market share for September 2024
PHP

Whether PHP is dead is a matter of statistics, not opinions. I will provide you with essential statistics that will lead you to make better decisions.

Jan 21, 2024
0 comments
0 minutes
Secure your REST API in 5 minutes with Laravel Sanctum
Laravel
Packages
Security

Quickly secure a REST API using Laravel Sanctum by letting your users generate tokens.

Jan 16, 2024
0 comments
0 minutes
How to install Laravel on macOS
Laravel
Tools

A step-by-step guide to install Laravel on macOS using Composer or the official Laravel installer.

Jan 15, 2024
0 comments
0 minutes
How to force re-render a Livewire v3 component
Laravel
Livewire

Stop pulling your hair. Here’s a solution to your reactivity issues in Livewire.

Jan 10, 2024
0 comments
0 minutes
Prevent a Livewire component from re-rendering
Laravel
Livewire

Improve the performances of your Laravel application by avoiding unnecessary re-renders of Livewire components.

Jan 10, 2024
0 comments
0 minutes
The 6 best Laravel cloud hosting providers for 2024
Laravel
Tools
Web Hosting

Make an informed decision for your Laravel applications thanks to my list of the best cloud hosting providers.

Jan 14, 2024
0 comments
0 minutes
The best custom cards for Laravel Pulse in 2024
Laravel
Packages

A list of the best custom cards to supercharge your Laravel Pulse dashboard in 2024.

Jan 8, 2024
2 comments
0 minutes
Disable hover styles on mobile with Tailwind CSS
CSS
Tailwind CSS

Learn how to disable hover styles on mobile devices with Tailwind CSS.

Dec 17, 2023
0 comments
0 minutes
Fix "1305 SAVEPOINT trans2 does not exist" in Laravel
Databases
Laravel
Testing

Have you ever encountered the “1305 SAVEPOINT trans2 does not exist” error while running Laravel? I have a solution for you.

Aug 30, 2024
0 comments
0 minutes
Understanding Laravel's fake() helper
Laravel

Laravel’s fake() helper is a powerful tool for generating fake data. Learn how to use it for seeding databases and prototyping.

Dec 14, 2023
2 comments
0 minutes
Easy data integrity with array validation in Laravel
Laravel

Learn how to effortlessly manage array validation in Laravel to ensure data integrity in your web applications.

Feb 2, 2024
0 comments
0 minutes
Master Laravel's maintenance mode
Laravel

The maintenance mode is like putting a “Be right back!” sign on your website. Learn how to get it going.

Jan 17, 2024
1 comment
0 minutes
The ultimate guide to Laravel's new Number helper
Laravel

Working with numbers in your web applications just got a whole lot easier! Discover what’s possible using Laravel’s new Number helper.

Dec 6, 2023
0 comments
0 minutes
Is HTML a programming language?
HTML

HTML is not a programming language. But you can only make sense of this fact if you understand the logic behind it.

Dec 5, 2023
0 comments
0 minutes
PHP 8.3's Override attribute in a nutshell
PHP

Discover a neat new addition to PHP 8.3 that will help express your intent: the Override attribute.

Nov 23, 2023
0 comments
0 minutes
Core web vitals aren't that important for Google
SEO

Discover why obsessing over core web vitals isn’t helping your Google optimizations.

Nov 22, 2023
0 comments
0 minutes
Efficient data filtering with whereIn() in Laravel
Laravel

Explore using Laravel’s whereIn() method to filter database queries efficiently.

Nov 17, 2023
0 comments
0 minutes
Laravel Pulse: monitor your apps for free
Laravel
Packages

Discover Laravel Pulse, a free, open-source package offering real-time app monitoring, usage statistics, queue monitoring, and more.

Dec 5, 2023
4 comments
0 minutes
Get started with laravel/ui; kickstart your project.
Laravel
Packages

Let me show you how to leverage the laravel/ui package to scaffold authentication features on top of your favorite frontend framework.

Jan 25, 2024
2 comments
0 minutes
Understanding array_filter() in PHP
PHP

See how PHP allows you to filter unwanted values in arrays in a simple and concise way.

Nov 11, 2023
0 comments
0 minutes
Bring order back to your PHP arrays using array_values()
PHP

Discover how array_values() in PHP can help you re-do what has been undone.

Nov 11, 2023
0 comments
0 minutes
Learn how to sort any kind of array in PHP
PHP

Let me walk you through some of the most useful functions in PHP that will enable you to sort any kind of array.

Nov 9, 2023
0 comments
0 minutes
The essentials of explode() in PHP
PHP

Learn the ins and outs of PHP’s explode() function for splitting strings into arrays.

Nov 8, 2023
0 comments
0 minutes
Master OpenAI's new Text-to-speech API
Artificial Intelligence

Add super realistic voices with ease to your applications, thanks to OpenAI’s Text-to-speech API.

Nov 7, 2023
0 comments
0 minutes