Libraries tagged by laravel reactions package
torgodly/html2media
10878 Downloads
Html2Media is a versatile Laravel package that allows users to convert HTML content into high-quality PDFs with options for either downloading or triggering a print dialog. Ideal for generating documents, invoices, and reports, this package includes configurable settings for file name, page orientation, format, margins, and scale. Html2Media also provides seamless integration with Filament actions, enabling dynamic content rendering in modals and customizable output previews. Whether you need to save a PDF or send it directly to the printer, Html2Media simplifies the process with robust, flexible features.
noxoua/filament-activity-log
37962 Downloads
A Laravel package that simplifies activity logging in the Filament admin panel, with support for logging create, update, delete, and restore actions. It integrates with the 'spatie/laravel-activitylog' package and includes a modernized activity log viewing page.
kirschbaum-development/laravel-actions
154895 Downloads
A Laravel package for handling actions and events
safemood/laravel-workflow
1141 Downloads
Laravel package that simplifies workflows with clear actions definition and event tracking.
kirschbaum-development/paragon
10661 Downloads
A Laravel package for generating enum-like objects in typescript based on PHP enum classes.
henrywhitaker3/laravel-actions
108911 Downloads
Simple actions package for Laravel
prevailexcel/laravel-action-service-trait
1925 Downloads
A simple Laravel package to create actions, traits and services using artisan commands
returnearly/actions-pattern
8574 Downloads
A minimal package for using the actions pattern in Laravel.
pharaonic/laravel-executor
1761 Downloads
Laravel Executor is a package that allows you to execute commands, actions, jobs, and automated tasks on your production server.
maggomann/filament-only-icon-display
5408 Downloads
The package provides the `HasOnlyIcon` trait for [Filament Admin Panel v2.x](https://filamentphp.com/docs/2.x/admin/installation). With this trait it is possible to display the table actions buttons only as icon or optionally only as icon including tooltip. The package currently provides the table action buttons (`CreateAction`, `DeleteAction`, `EditAction` and `ViewAction`) that already contain the trait. Own table action buttons can be extended with the `HasOnlyIcon` €trait, so that the methods are then available.
hitocean/laravel-generator
1030 Downloads
it's a package to create actions and models form json
vortechstudio/html2media
253 Downloads
Html2Media is a versatile Laravel package that allows users to convert HTML content into high-quality PDFs with options for either downloading or triggering a print dialog. Ideal for generating documents, invoices, and reports, this package includes configurable settings for file name, page orientation, format, margins, and scale. Html2Media also provides seamless integration with Filament actions, enabling dynamic content rendering in modals and customizable output previews. Whether you need to save a PDF or send it directly to the printer, Html2Media simplifies the process with robust, flexible features.
tool2/level-up
1438 Downloads
This package allows users to gain experience points (XP) and progress through levels by performing actions on your site. It can provide a simple way to track user progress and implement gamification elements into your application
eur-rsm/database-view-export
2104 Downloads
A Laravel Nova package for exporting configured database views.
hachicode/action-pattern
64 Downloads
This package implements actions for Laravel 11 based in Command pattern for execute functions in the granular way