“Heard about Sevalla? They let you deploy PHP apps with ease.” Claim $50 →
Add super realistic voices with ease to your applications, thanks to OpenAI’s Text-to-speech API.
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.
Discover how to style an HTML dialog’s backdrop using Tailwind CSS.
Discover my step by step and simple explanation of how Laravel makes your life easier.
Discover how much Laravel developers earn worldwide in 2023, based on data from Glassdoor, Indeed, and PayScale.
Are you familiar with testing? Good. Here are a bunch of best practices to help you level up even more!
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.
Learn how to enable E_ALL in PHP via ini_set() or php.ini, plus fail-safe steps for disabling error display before production.
See how easy it is to add Tailwind CSS to any Laravel project and start building an amazing user interface.
Learn how to fix the 404 not found error occurring for /livewire/livewire.js.
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.
json_encode()
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.
Master Laravel’s Eloquent orderBy(). Explore multiple columns sorting, the advanced orderByRaw(), and reorder().
orderBy()
orderByRaw()
reorder()
Master the art of crafting RESTful APIs with Laravel thanks to these best practices.
Discover how to fetch the current URL path in PHP thanks to an useful superglobal variable.