Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Flare Laravel Package

alizharb/flare

View on GitHub
Deep Wiki
Context7

Themes

Flare comes with three distinct themes to match the aesthetic of your application. You can set the global theme in config/flare.php or override it per toast.

Modern (Default)

The Modern theme features a balanced design with subtle glassmorphism effects, rounded corners, and soft shadows. It fits perfectly with most modern SaaS applications and dashboards.

Flare::info('This is the modern theme');

Classic

The Classic theme is minimal, clean, and professional. It uses solid colors and standard borders, making it ideal for enterprise applications or data-heavy interfaces where clarity is paramount.

Flare::success('This is the classic theme', ['theme' => 'classic']);

Vibrant

The Vibrant theme is bold and colorful. It uses gradients and high-contrast colors to ensure your notifications grab attention. Perfect for consumer-facing apps or marketing sites.

Flare::warning('This is the vibrant theme', ['theme' => 'vibrant']);

Changing Themes

Global Configuration

Set the default theme in your config/flare.php file:

'theme' => 'vibrant',

Per-Toast Override

You can override the theme for a specific notification using the theme option in the options array.

Flare::toast('Custom Theme Toast', [
    'theme' => 'classic',
    'variant' => 'success'
]);
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope
nawasara/auth-primitives
adhocrat-io/arkhe-main
make-dev/orca-harpoon
itsemon245/lamet
baks-dev/dashboard
amoifr/pickle-panther-bundle
make-dev/orca
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle