Skip to content

Instantly share code, notes, and snippets.

View saade's full-sized avatar
🦒
Starting a new side-project using Filament ... probably

Guilherme Saade saade

🦒
Starting a new side-project using Filament ... probably
View GitHub Profile
@saade
saade / vapor.Dockerfile
Created May 28, 2024 01:52 — forked from mateusjatenee/vapor.Dockerfile
Vapor Dockerfile to install Ghostscript and Imagick while the PECL package is broken
FROM laravelphp/vapor:php83
ARG IMAGICK_VERSION=3.7.0
RUN apk --update add \
ghostscript && \
rm /var/cache/apk/*
RUN curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/refs/tags/${IMAGICK_VERSION}.tar.gz \
&& tar --strip-components=1 -xf /tmp/imagick.tar.gz \
@saade
saade / settings.json
Created July 30, 2024 00:05
vscode settings
{
"workbench.iconTheme": "symbols",
"git.autofetch": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
@saade
saade / FilamentServiceProvider.php
Last active September 19, 2025 10:47
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;
[
{
"id": 1,
"state_id": 1,
"ibge_code": 1100015,
"name": "Alta Floresta D´oeste"
},
{
"id": 2,
"state_id": 1,