Ija A.
Ija A.
same here :(
> @mosi3883 Could you import the Facade using the whole namespace? > > ``` > use UxWeb\SweetAlert\SweetAlert; > // or > use SweetAlert; > ``` use UxWeb\SweetAlert\SweetAlert; then using SweetAlert::message...
@uxweb Hi. Thanks for the clarification. ``` use UxWeb\SweetAlert\SweetAlert; // ... SweetAlert::message(/*args*/); // ... ``` This doesnt work. We do have ` 'Alert' => UxWeb\SweetAlert\SweetAlert::class,` in our config/app.php and have...