Skip to content

Instantly share code, notes, and snippets.

View joaopaulolndev's full-sized avatar
🎯
Always looking for a good project

João Paulo Leite Nascimento joaopaulolndev

🎯
Always looking for a good project
View GitHub Profile
@lucacastelnuovo
lucacastelnuovo / Filament V3 - Print Pop-Up.md
Last active October 18, 2024 11:16
Filament V3 - Print Pop-Up

Filament V3 - Print Pop-Up

This code allows you to show a pop-up to print a "PDF" (rendered html) without first having to open the PDF viewer and requiring the user to press the print button.

@saade
saade / FilamentServiceProvider.php
Last active May 2, 2025 16:05
My Filament Defaults
<?php
namespace App\Providers;
use Filament\Actions;
use Filament\Forms;
use Filament\Infolists;
use Filament\Notifications\Notification;
use Filament\Pages;
use Filament\Support\Enums\MaxWidth;