Palestinian Flag Solidarity with Palestine. We seek justice and peace, and strongly oppose all forms of injustice and genocide.
Enjoying PHPFlasher? Show your support with a star on GitHub! Thank you

Try All Themes

Click any button to see the theme in action

How to Use Themes

1

Set as Default Theme

// config/flasher.php (Laravel)
return [
    'default' => 'theme.material',
];
2

Use Per-Notification

// PHP
flash()->use('theme.material')->success('Operation completed!');

// JavaScript
flasher.use('theme.material').success('Operation completed!');

Can't decide?

Try all themes in our interactive playground and see which one fits your project best.

Open Playground