Andréia Bohner

@andreiabohner
7 Followers
3 Following
12 Posts
Curious mind. Mother, web developer, and blogger. Loves coding, astronomy, dancing, traveling, family, photography, and nature.
GitHubhttps://github.com/andreia
Bloghttps://andreia.github.io/

✨ Just released Filament PHP Recurrence Plugin:

Provides a form field, table column, and infolist entry with beautiful UI for recurrence patterns. Built on top of simshaun/recurr PHP library.

Check out:
https://github.com/andreia/filament-recurrence
https://andreia.github.io/blog/2026-05-10/filament-recurrence/

#Laravel #FilamentPHP #RRULE

❄️ Add a bluetiful touch of arctic colors to your Filament PHP apps with the light and dark Nord theme ❄️☃️🎨
https://andreia.github.io/blog/2025-02-09/filament-php-nord-theme/

Give it a try and let me know your thoughts! :)

Arctic Nord Theme for Filament PHP | Andréia Bohner

Introducing the Arctic Nord Theme for Filament PHP.

Andréia Bohner Blog

Hey everyone! I’m super excited to share some amazing news with you all! My very first book, the Filament Form Builder Handbook, is here: 📚 🦒

https://www.filamenthandbook.com

#WebDev #PHP #Filament

Filament Handbook

Filament PHP Handbook

✨ Filament PHP Blade UI Components - Part 3 for forms (Wrapper, Fieldset, Input, Select, Checkbox, and Radio) ✨

https://github.com/andreia/filamentphp-guides/blob/main/references/filament_blade_ui_components_part3_forms.pdf

#Filament #PHP

filamentphp-guides/references/filament_blade_ui_components_part3_forms.pdf at main · andreia/filamentphp-guides

Filament PHP Guides and References. Contribute to andreia/filamentphp-guides development by creating an account on GitHub.

GitHub

Filament PHP Blade UI Components - Part 2 for actions (Modal, Dropdown, Icon Button, Button, and Link)
https://github.com/andreia/filamentphp-guides/blob/main/references/filament_blade_ui_components_part2_actions.pdf
#Filament #PHP

Enjoy :)

filamentphp-guides/references/filament_blade_ui_components_part2_actions.pdf at main · andreia/filamentphp-guides

Filament PHP Guides and References. Contribute to andreia/filamentphp-guides development by creating an account on GitHub.

GitHub

Visual Reference for Filament PHP Blade UI Components - Part 1 Layout (Section, Tabs, Breadcrumbs, Badge, Avatar, and Loading Indicator)

https://github.com/andreia/filamentphp-guides/blob/main/references/filament_blade_ui_components_part1_layout.pdf

filamentphp-guides/references/filament_blade_ui_components_part1_layout.pdf at main · andreia/filamentphp-guides

Filament PHP Guides and References. Contribute to andreia/filamentphp-guides development by creating an account on GitHub.

GitHub
Tiny Tip: Open a Wire Elements Modal from a Filament table action

Open a Wire Elements Modal from a Filament table action

DEV Community

Livewire 3 is completely awesome! 🤯

- $this->js(): execute JS from backend
- #[Rule] attribute: add validation
- form objects
- #[Reactive] attribute: when added on nested components properties, they will be reactive to parent changes
- $parent: call parent methods
- lazy attribute: lazy load the component
- $this->stream(): streamed response in real time (similar to ChatGPT answers)
- composer require livewire/wiretap: devtools for Livewire

and more! https://livewire.laravel.com/

Livewire | Laravel

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

Laravel