You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "php-flasher/flasher-noty-laravel",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"homepage": "https://php-flasher.io",
|
|
"description": "Use Noty.js for engaging flash notifications in Laravel with PHPFlasher. Combine the power of Noty.js and Laravel for rich, interactive user notifications.",
|
|
"keywords": [
|
|
"laravel",
|
|
"noty.js",
|
|
"flash-notifications",
|
|
"phpflasher",
|
|
"user-feedback",
|
|
"open-source"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-flasher/php-flasher/issues",
|
|
"source": "https://github.com/php-flasher/php-flasher"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Younes ENNAJI",
|
|
"email": "younes.ennaji.pro@gmail.com",
|
|
"homepage": "https://www.linkedin.com/in/younes--ennaji/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"php-flasher/flasher-laravel": "^2.1.0",
|
|
"php-flasher/flasher-noty": "^2.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Noty\\Laravel\\": ""
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Flasher\\Noty\\Laravel\\FlasherNotyServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"Noty": "Flasher\\Noty\\Laravel\\Facade\\Noty"
|
|
}
|
|
}
|
|
}
|
|
}
|