관리-도구
편집 파일: composer.json
{ "name": "devrabiul/laravel-toaster-magic", "type": "library", "description": "Laravel Toaster Magic is a lightweight, flexible toast library for Laravel projects, with no jQuery, Bootstrap, or Tailwind dependency.", "keywords": ["laravel", "toaster", "magic", "notifications", "toastr", "flash-notifications", "dynamic-notifications", "laravel-toastr", "php", "livewire", "livewire-toaster"], "homepage": "https://github.com/devrabiul/laravel-toaster-magic", "license": "MIT", "authors": [ { "name": "Muhammad Rabiul", "email": "devrabiul@gmail.com", "homepage": "https://rixetbd.com", "role": "Software Engineer" } ], "autoload": { "psr-4": { "Devrabiul\\ToastMagic\\": "src/" } }, "extra": { "laravel" :{ "providers" : [ "Devrabiul\\ToastMagic\\ToastMagicServiceProvider" ], "aliases": { "ToastMagic": "Devrabiul\\ToastMagic\\Facades\\ToastMagic" } } }, "require": {} }