Giter Site home page Giter Site logo

Alerts not showing on 5.4.11 about sweet-alert HOT 9 CLOSED

uxweb avatar uxweb commented on May 18, 2024
Alerts not showing on 5.4.11

from sweet-alert.

Comments (9)

ramisohail avatar ramisohail commented on May 18, 2024 2

it worked for me after putting the @include('sweet::alert') in the Script tag i was just putting it in my view which doesnt work

from sweet-alert.

Nathanw avatar Nathanw commented on May 18, 2024

Have you added 'Alert' => UxWeb\SweetAlert\SweetAlert::class, to your config/app.php? You will also need use Alert; at the top of your controller.

from sweet-alert.

kierandotpizza avatar kierandotpizza commented on May 18, 2024

Yeah I have added both of these.

from sweet-alert.

Nathanw avatar Nathanw commented on May 18, 2024

Do you receive any error messages? Might be worth trying composer dump-autoload or php artisan config:cache as mentioned in #42.

from sweet-alert.

ramisohail avatar ramisohail commented on May 18, 2024

same issue here exactly with 5.3, nothing happening at all

from sweet-alert.

kierandotpizza avatar kierandotpizza commented on May 18, 2024

Ran both commands, And also tested on a fresh laravel project but still not working. No errors are showing, it just doesn't display the alert.

from sweet-alert.

Nathanw avatar Nathanw commented on May 18, 2024

I have just created a fresh install of laravel and included this package and everything has worked fine. Are you sure that the following is included on the layout where you want the alert to appear? Also are you sure that these files definitely exist?

<link rel="stylesheet" href="{{url('/css/sweetalert.css')}}">
<script src="{{url('/js/sweetalert.js')}}"></script>
@include('sweet::alert')

from sweet-alert.

uxweb avatar uxweb commented on May 18, 2024

@doatyjs

If PHP is not squacking for some errors, maybe this is related to the load of sweetalert assets.

Try figuring out with chrome dev tools if all your assets are being loaded.

I just made a test with a fresh Laravel 5.4.15 installation and it works as expected.

image

If you need more help, please let me know, i'll be happy to help you!

from sweet-alert.

uxweb avatar uxweb commented on May 18, 2024

Thank you @Nathanw @ramisohail for helping @doatyjs to try solve this issue 👍

from sweet-alert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.