����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.188.66.142 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirmacademy.com/vendor/yoeunes/toastr/ |
Upload File : |
{ "name": "yoeunes/toastr", "license": "MIT", "description": "toastr.js flush notifications for Laravel and Lumen", "homepage": "https://github.com/yoeunes/toastr", "keywords": [ "toastr", "toastr js", "notification", "laravel", "laravel 5", "laravel 6", "laravel 7", "laravel notification", "laravel notify", "laravel toastr", "flush", "flush notifications", "laravel flush notifications", "flush messages", "messages", "alerts", "Lumen", "php", "yoeunes" ], "authors": [ { "name": "Younes Khoubza", "email": "younes.khoubza@gmail.com", "homepage": "https://github.com/yoeunes", "role": "Developer" } ], "support": { "email": "younes.khoubza@gmail.com", "issues": "https://github.com/yoeunes/toastr/issues", "source": "https://github.com/yoeunes/toastr", "docs": "https://github.com/yoeunes/toastr/README.md" }, "require": { "php": ">=7.0", "ext-json": "*", "illuminate/session": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0", "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "autoload": { "psr-4": { "Yoeunes\\Toastr\\": "src" }, "files": [ "src/helpers.php" ] }, "minimum-stability": "stable", "prefer-stable": true, "extra": { "laravel": { "providers": [ "Yoeunes\\Toastr\\ToastrServiceProvider" ], "aliases": { "Toastr": "Yoeunes\\Toastr\\Facades\\Toastr" } } }, "config": { "sort-packages": true } }