TypeScript in Laravel 12 Starter Kits: Main Things To Know
In the new Laravel 12 starter kits, React.js and Vue.js versions come with TypeScript. If you haven't used TypeScript before, this tutorial will explain what you need to know.
In-depth Laravel tutorials covering advanced topics, real-world examples, and best practices.
In the new Laravel 12 starter kits, React.js and Vue.js versions come with TypeScript. If you haven't used TypeScript before, this tutorial will explain what you need to know.
When you create a new Laravel project with a Laravel Breeze starter kit, it comes with Tailwind CSS version 3. How to upgrade to Tailwind 4?
PostgreSQL is not the most popular DB for Laravel, but it got more attention in 2025. In this tutorial, I'll try to summarize the cases WHEN you may want to use Postgres. We will dive into the differences in features, performance, and configuration.
With Laravel 12, creating a new project doesn't show the option to install the JetStream starter kit, which you may want to use for features like 2FA or Teams that new kits don't have (yet). However, Jetstream is compatible with Laravel 12. Here's how to install it.
With Laravel 12, creating new project doesn't show the option to install Breeze starter kit. However, Breeze is compatible with Laravel 12. Here's how to install it.
This week, the Laravel team released many things, including the new Laravel 12, which has.. no new features. And that's GREAT news! Let me explain.
Do you think you write SECURE code in Laravel? Let's see if you follow these 9 pieces of advice about security in Laravel.
In Laravel, dispatching a Job to the Queue is simple. But what about 5,000 jobs at once? Will it crash the server? How can we optimize it? We tried this experiment, and this article will tell you the results.
I just came back from Laracon EU. FOUR important talks presented new projects. In this post, I will summarize those videos and share my opinion.
Laravel Debugbar is one of the most popular Laravel packages. It's mostly used for checking the SQL queries, but there are more features inside. Let's look at some of them.