Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons not displaying in v3.0.1 #62

Closed
afrasiyabhaider opened this issue Dec 21, 2019 · 6 comments
Closed

Icons not displaying in v3.0.1 #62

afrasiyabhaider opened this issue Dec 21, 2019 · 6 comments

Comments

@afrasiyabhaider
Copy link

After updating to v3.0.1 in Laravel 6.8 all (Success, Error, Info) icons are disappeared please help me to fix this issue @realrashid

  • Version used (e.g. Laravel v6.8, Package version 3.0.1):
  • Operating system and version ( Windows 10):
@realrashid
Copy link
Owner

Hey @afrasiyabhaider ,

Please run the below command to publish the package assets.

php artisan vendor:publish --provider="RealRashid\SweetAlert\SweetAlertServiceProvider"

@afrasiyabhaider
Copy link
Author

afrasiyabhaider commented Dec 21, 2019

It didn't worked @realrashid

@realrashid
Copy link
Owner

Add the force flag.

php artisan vendor:publish --provider="RealRashid\SweetAlert\SweetAlertServiceProvider" --force

@afrasiyabhaider
Copy link
Author

afrasiyabhaider commented Dec 29, 2019

Still Not working @realrashid

@realrashid
Copy link
Owner

Hey @afrasiyabhaider ,
I am not getting why it's not working.

Please goto public\vendor\sweetalert delete the sweetalert.all.js then try again with below command.

php artisan vendor:publish --provider="RealRashid\SweetAlert\SweetAlertServiceProvider" --force

By the way i release a new version v3.1.0 check it out

@afrasiyabhaider
Copy link
Author

Solved Now
Thanks alot @realrashid
and please develop a confirmation dialogue before deleting a record I am waiting for that feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants