Category: Laravel

Community Laravel Validation

Validate Data Types in Laravel Collections Using the `ensure()` Method

The ensure() method allows you to ensure that the items in a Collection are of a specific data type. If an item in the Collection is not of the specified data type, the method will throw an UnexpectedValueException.

ashallendesign.co.uk

176 clicks
176 views

Community Laravel

Generating status badges using PHP

ecently, we introduced a nice new feature to Oh Dear: status badges. A status badge is a beautiful SVG that shows the uptime status of your site.

freek.dev

138 clicks
138 views

Laravel

Laravel Queue Cheatsheet

Let;s define some of the more confusing configurations in Laravel queue management.

Anthony Rappa Anthony Rappa

Anthony Rappa

2 min read
566 views

Community Filament Laravel

Create Beautiful Charts in Filament With the Apex Charts Plugin

The Apex Charts plugin for Filament by Leandro Ferreira brings the popular Apex Chart library to your Laravel applications. This plugin uses the same API as the Apex Chart library, so you can use the official documentation as a configuration reference for

laravel-news.com

338 clicks
338 views

Community Laravel Tailwind

Creating beautiful invoices using Tailwind and Laravel PDF

Last week, we released a new package called Laravel PDF that allows you to transform Blade views into PDFs. Under the hood, Chromium is used to perform the transformation. Because Chromium is an up-to-date browser, you can use any modern CSS you like.

freek.dev

284 clicks
284 views

Community Laravel

Exploring Middleware in Laravel 11

Laravel 11 is set to release in "Q1" of 2024, which may be as soon as next month.

dev.to

237 clicks
237 views

Community Laravel

Self-healing URLs in Laravel

These packages have a similar goal: you can change your model's route slug at will or only partially match a URL and never have to worry about SEO indexing when the slug changes.

laravel-news.com

284 clicks
284 views

Community Laravel

Laravel Pulse Beta Released

Pulse delivers at-a-glance insights into your application's performance and usage. Track down bottlenecks like slow jobs and endpoints, find your most active users, and more.

laravel.com

286 clicks
286 views

Community Livewire Laravel Tailwind Alpine

TallStackUI

Variety of ready-to-use TALL Stack components.

tallstackui.com

288 clicks
288 views

Community Laravel

Introducing the Laravel Number Utility Class

A new Number utility class that provides several new helpers to format numbers, and it should be available in the next Laravel release this week.

laravel-news.com

282 clicks
282 views

Community Laravel

Laravel Pulse

Pulse delivers at-a-glance insights into your application's performance and usage. Track down bottlenecks like slow jobs and endpoints, find your most active users, and more.

pulse.laravel.com

332 clicks
332 views

Filament Laravel Livewire Series: Filament CRM

Building a CRM with Filament 3, Part 2: Customers

Lets add a customers resource to Filament so we can create, edit, and delete customers.

Anthony Rappa Anthony Rappa

Anthony Rappa

7 min read
2,825 views