Barry vd. Heuvel released a powerful toolbar for Laravel Telescope based on the Symfony web profiler.
The ralphjsmit/laravel-seo package handles the SEO in any Laravel application, big or small.
As a developer, we absolutely cannot trust our users. Ever! In this tutorial learn tips and tricks to keep your application safe.
Laravel Blade Emerald provides Emmet-like abbreviations to Blade Components.
Laravel Blade Cache Directive is a package by Ryan Chandler that allows you to cache chunks of Blade files.
Learn how to fully automate the localization of your Laravel projects with Localazy translation management platform and GitHub Actions in this article.
BeyondCode launched a Style Guide Generator for Tailwind CSS to generate a sharable style guide from a tailwind configuration file.
Laravel Markable is a package to Integrate likes, bookmarks, favorites, reactions, and custom-made marks into your application.
When it comes to Tailwind CSS, it's hard to ignore the popularity of this famous front-end framework....
Laravel Redirection is a Laravel +8 package to manage URL redirections inside your Laravel application.
I see many people struggle with customizing Jetstream after installation, and with adding more functionality. So, in this article, let's add a simple CRUD with roles/permissions, on top of Jetstream.
Kinetic adds view-composer-like features to the Inertia.js Laravel adapter.
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 will show a few different examples of what to watch out for, including the cases when the problem is "hidden" in unexpected places in the code.
In this tutorial, learn how easy it is to start with automated testing in Laravel.
We have all been there, we want to integrate with a 3rd party API in Laravel and we ask ourselves "How should I do this?", is Saloon the right choice for you?
In this article, we go over some handy Laravel eloquent features like firstOrNew, firstOrCreate, firstOr, and updateOrCreate and explain how they might be useful.
Laravel Login Link is a Blade component to quickly login to your local environment.
Tailwindo automatically converts Bootstrap component classes to Tailwind utility classes. Now it’s easier than ever to switch from Bootstrap to Tailwind.
In this tutorial, learn some of the ways you can refactor a controller and utilize services, events, jobs, actions and more