Page 3

Get started with GPT-4 Turbo’s API in no time thanks to my handy step-by-step guide.

Get started with GPT-3.5 Turbo’s API in no time thanks to my handy step-by-step guide.

PHP’s array_map() is an extremely useful function that will help you write better code. Let me demystify it for you.

PHP 9.0 is still far in the future. We don’t know a lot, but we have a few breaking changes planned for it.

Discover the location of your php.ini file using two simple methods: the phpinfo() function or the command line.

Are you familiar with testing? Good. Here are a bunch of best practices to help you level up even more!

Discover how much Laravel developers earn worldwide in 2023, based on data from Glassdoor, Indeed, and PayScale.

Let me walk you through adding Vue.js to your Laravel project and be done with it in 5 minutes.

Alpine.js is a great companion for a Laravel app. Let’s see how you can add it in any project.

Discover how to reveal all PHP errors in your script or globally via php.ini for effective debugging, but remember to adjust before going live.

See how easy it is to add Tailwind CSS to any Laravel project and start building an amazing user interface.
Discover how to cache your database queries results in an asynchronous way with Laravel.
Avoid bad surprises and leverage Docker and Composer to lock your PHP extensions to a stable version.
Bypass PHP’s final keyword restriction with Unfinalize, a tool that safely removes final from classes and methods in third-party packages.

What’s the current version of Laravel? Is there any LTS release you can rely on? And what about the history of the framework? Let’s find out!

Convert PHP arrays to JSON with json_encode()
. Ideal for data exchange, storing data, and API communication.

Unleash Laravel’s query builder with my deep dive into the power of “where” clauses—triggering conditions, exclusions, JSON queries, and more.

Discover why Bun is revolutionizing package management in JavaScript. Learn how it outperforms NPM, Yarn, pnpm, and others in speed and efficiency.

Enjoy a faster workflow to build your front-end dependencies in your PHP projects, thanks to the package management abilities of Bun.

Enjoy a faster workflow to build your front-end dependencies in your Laravel projects, thanks to the package management abilities of Bun.