Let me show you how to leverage the laravel/ui package to scaffold authentication features on top of your favorite frontend framework.
Discover how array_values() in PHP can help you re-do what has been undone.
See how PHP allows you to filter unwanted values in arrays in a simple and concise way.
Let me walk you through some of the most useful functions in PHP that will enable you to sort any kind of array.
Learn the ins and outs of PHP's explode() function for splitting strings into arrays.
Add super realistic voices with ease to your applications, thanks to OpenAI's Text-to-speech API.
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.