Filament's Select is great, but only for a small number of options. When a user needs to find 1 category among many, a text-search dropdown might not be enough. They may want columns, filters, and context to help them decide.
The ModalTableSelect component opens a full table inside a modal. And the best part: you don't have to design anything new. You point it to an existing table class with the columns and filters, and the component handles the rest 💅
It's super useful because it reuses your table, supports native multi-select, sorting, and filters like status, parent category, or whatever else you define 🔥
Have you ever needed a selector like this in a form? Doc link in the first comment 👇
Hey Laravel Developers,
Laravel Job Batches allow us to easily group closely related jobs and execute certain actions after the jobs in the group have been processed.
I have personally used the batch feature for bulk data uploads into a system.
In a recent version of Laravel, a new BatchStarted event was added. This event is triggered whenever the first job in the batch is processed, whether it succeeds or fails.
Using this along with the existing BatchDispatched, BatchCanceled, and BatchFinished events, we can store useful information to display to end users about the progress of the operation.
#laravel #php
Monorepo support is now available in Laravel Cloud.
If your repository contains multiple projects, Cloud presents the top-level directories so you can choose the one to deploy, and scopes all build and runtime operations, including commands and background processes, to that directory.
https://t.co/K9YRsKaRLB
Queria informar que voltei com o https://t.co/zRKlGH1SsT
Estou refatorando ele, deixando mais leve e simples no começo para realmente focar na dor que quero resolver com ele.
Times e devs estão usando IA para desenvolver software, mas o processo ainda é muito solto: prompts se perdem, decisões não ficam registradas, specs ficam espalhadas, não existe uma linha do tempo confiável do que foi planejado, executado e alterado +
Se o streaming da Cazé TV estava engasgando para você, dificilmente a culpa é do seu provedor. A rede de servidores do Google (CDN) tem dado sinais de exaurimento de capacidade em algumas regiões do país. Detalhei isso na minha coluna: https://t.co/CROJ25THIE
I've been implementing the Inertia v3 protocol for @adonisframework. The official docs are great if you're using Laravel or Rails, but thin on the protocol itself.
So I wrote a more complete protocol spec. One document that covers everything a server adapter needs to do.
Co authored by - @claudeai
Nem todo problema precisa ser compreendido hoje. Alguns precisam apenas ser suportados hoje!
Ouvi essa frase de um ex-chefe. Ele dizia que se vc conseguir suportar o hoje, só hoje… as coisas podem ser compreendias mais pra frente
📊 Ever seen an empty chart in a generated PDF? The capture likely happened before Chart.js finished animating.
Here's how to fix that in the latest version laravel-pdf: in your view, set `pdfReady` only after everything has rendered.
Hey Laravel Developers 👩💻
Working with addresses, locations, and proximity is essential in modern web applications.
Recently, I discovered a Laravel package that supports most of these features out of the box, which can help fast-track development.
The package includes features like:
📦 Adding billing and shipping address relationships to any Eloquent model.
⭐ Ability to mark a particular address as primary.
📍 Ability to find addresses within a specific range.
Please do give it a try and share your feedback.
#laravel #php
@DePaulaAllyson Fala Allyson, tudo bem?
Queria muito fazer porém amanhã não vou estar disponivel :/
Teria como comprar para assistir a gravação ou só ao vivo mesmo?
Environment previews por branch com GitHub Actions + Container Registry + Easypanel 🚀
Cada PR vira um ambiente isolado (com DB + seeders), sem dados reais e com cleanup automático ao fechar.
Simples, barato e essencial.
Menos fricção. Mais velocidade.
#bolhatec#openbuild#tech