PovilasKorop

Creator of Courses and Tutorials at Laravel Daily

6 Tips To Organize Your Routes image

6 Tips To Organize Your Routes

There are techniques to make the route files shorter and more readable, grouping routes and their settings in different ways. In this tutorial, learn...

Read article
Restructuring a Laravel Controller using Services, Events, Jobs, Actions, and more image

Restructuring a Laravel Controller using Services, Events, Jobs, Actions, and more

In this tutorial, learn some of the ways you can refactor a controller and utilize services, events, jobs, actions and more

Read article
Eloquent Performance: 4 Examples of N+1 Query Problems image

Eloquent Performance: 4 Examples of N+1 Query Problems

Eloquent performance is typically the main reason for slow Laravel projects. A big part of that is a so-called "N+1 Query Problem". In this article, I...

Read article
Laravel Roles and Permissions: Gates and Policies Explained image

Laravel Roles and Permissions: Gates and Policies Explained

In Laravel, roles and permissions have been one of the most confusing topics over the years. Mostly, because there is no documentation about it: the s...

Read article
Laravel Jetstream: Add CRUD with Spatie Permission image

Laravel Jetstream: Add CRUD with Spatie Permission

I see many people struggle with customizing Jetstream after installation, and with adding more functionality. So, in this article, let's add a simple...

Read article
Livewire or Inertia.js? image

Livewire or Inertia.js?

What should I learn/use - Livewire or Inertia.js?

Read article
Service Providers in Laravel: What They Are and How to Use Them image

Service Providers in Laravel: What They Are and How to Use Them

For those who haven't actively used Service Providers in Laravel, it's a mystical "term": what "service" do they actually "provide", and how exactly d...

Read article
Learn how to start Testing in Laravel with Simple Examples using PHPUnit and PEST image

Learn how to start Testing in Laravel with Simple Examples using PHPUnit and PEST

In this tutorial, learn how easy it is to start with automated testing in Laravel.

Read article
Laravel Livewire: 14 Tips & Tricks image

Laravel Livewire: 14 Tips & Tricks

Learn about 14 hidden gems in Laravel Livewire

Read article
9 Quick Tips for Auth in Laravel image

9 Quick Tips for Auth in Laravel

Laravel has a great out-of-the-box Auth system, but surely we need to customize things here and there. For some of them, no need to look for external...

Read article
Five Hidden Features of the Laravel Excel Package image

Five Hidden Features of the Laravel Excel Package

The Laravel Excel package recently celebrated a new milestone of version 3, with new features that help ease advanced use-cases, and is simple to use....

Read article
Laravel + Vue.js AdminPanel Generator image

Laravel + Vue.js AdminPanel Generator

Laravel and Vue.js are often used together. With more tools on these technologies are released, here’s one of them – presenting to you Vue...

Read article