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

Installation

Getting started with Flare is a breeze. Follow these simple steps to integrate beautiful toast notifications into your Laravel application.

Requirements

Requirement Version
PHP ^8.1
Laravel ^10.0 or higher
Livewire ^3.0 or higher
Alpine.js 3.x
Tailwind 4.x

Step 1: Install via Composer

Require the package using Composer:

composer require alizharb/flare

Step 2: Add the Component

Add the <x-flare::toast /> component to your main layout file. This is usually located at resources/views/components/layouts/app.blade.php.

[!TIP] Place the component near the end of the <body> tag to ensure it renders on top of other content.

<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
    <head>
        <!-- ... -->
        [@livewireStyles](https://github.com/livewireStyles)
    </head>
    <body class="font-sans antialiased">
        {{ $slot }}

        <!-- Add Flare Component Here -->
        <x-flare::toast />

        [@livewireScripts](https://github.com/livewireScripts)
    </body>
</html>

Step 3: Build Assets (Optional)

If you are using the default styling, you're good to go! Flare injects its styles automatically.

However, if you want to customize the styles or use the Tailwind classes directly in your build process, you can publish the views and assets.

php artisan vendor:publish --tag=flare-views

Upgrading

When upgrading to a new version of Flare, make sure to republish the assets if you have previously published them:

php artisan vendor:publish --tag=flare-assets --force

Troubleshooting

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.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui