Skip to main content

All Tutorials

In-depth Laravel tutorials covering advanced topics, real-world examples, and best practices.

Tutorial Free

Black Friday 2022 on Laravel Daily

As everyone is doing Black Friday deals, we also have an offer for you. In fact, a "get-3-for-1" offer.

Tutorial Premium

Dealing With Money in Laravel/PHP: Best Practices

When working with money in your Laravel projects, whether it's product prices or invoice total order amounts, we need to be extremely careful not to miscalculate something. Luckily, there are best practices and tools to help us with that, let's explore them in this article.

Tutorial Free

Carbon DiffForHumans: Parameters and Extra Options

Under the hood, Laravel uses the Carbon library for many datetime operations. By default, every created_at/updated_at field in every Model is casted to Carbon objects, so you may write `$user->created_at->diffForHumans()`. But there are many more possibilities to that method, let's explore them.

Tutorial Free

Demo Project: Laravel Support Ticket System

This is a demo Laravel project to manage support tickets between regular users, agents, and admins, aimed at junior developers to practice their skills. This article contains both the task and its possible solution, with the repository link at the end.

Tutorial Free

Demo Project: Laravel Simple CRM

This is a demo Laravel project aimed at junior developers to practice their skills. This article contains both the task and its possible solution, with the repository link at the end.

Tutorial Premium

20+ Best Laravel Eloquent Packages

Eloquent is a great feature of Laravel, but also great is the list of packages that add more features on top of the framework. Let's explore them, in this article! The title says 20 packages, but there are quite a few alternatives mentioned along the way, so the actual number is even bigger than this. Ready? Let's jump in!

Tutorial Free

Laravel Appointment Calendar: Simple FullCalendar Demo

Working with a calendar can be quite common, so in this tutorial, we will use the popular [FullCalendar](https://fullcalendar.io/) library in a Laravel project and create a simple demo.

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.