Delete method with Sweet Alert in Laravel

后端 未结 5 2096
我在风中等你
我在风中等你 2020-12-16 07:10

I\'m testing a method using Sweet Alert, to improve the messages issued by the Javascript alert method with the laravel framework.

1 - I downloaded the files sweetal

5条回答
  •  一个人的身影
    2020-12-16 07:49

    I have implemented this code into my laravel project and my route is resource route for destroy. This code is worked for me. As in above comment location.reload() help me and I put it into code...plz try and let me know...it worked for you or not...

    
    //.deletebutton is the class name in button
    
    

提交回复
热议问题