Uziel Bueno

Results 8 comments of Uziel Bueno

@mosi3883 @robertotcestari Are you importing the whole namespace for the facade?

@mosi3883 Could you import the Facade using the whole namespace? ``` use UxWeb\SweetAlert\SweetAlert; // or use SweetAlert; ```

@ijarinz Facade and helper function usage are not related. If you want to use the facade just import it with: ``` use UxWeb\SweetAlert\SweetAlert; // ... SweetAlert::message(/*args*/); // ... ``` If...

@msaifull It seems to be broken. I'm sorry, right I don't have the time to invest in this project, but you can send a pull request to fix it. Thanks

@msaifull The main problem is that time ago I added a `__destruct()` method in hope Laravel would call it and set the configuration on the session storage, but it seems...

@pablo-gs For doing that you may need broadcasting an event using some realtime service like pusher with socket io.

@tkaarlas @HazemAyyad Looks like there's some bug related to the Facade. I'm digging into the code to find out the bug. All help is appreciated!