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

Animation doesn't appear after Update to v.3 #59

Closed
bagusbala opened this issue Nov 27, 2019 · 3 comments
Closed

Animation doesn't appear after Update to v.3 #59

bagusbala opened this issue Nov 27, 2019 · 3 comments

Comments

@bagusbala
Copy link

bagusbala commented Nov 27, 2019

  • Package Version: 3.0
  • Laravel Version: 6.5.0

Description:

I'm just update the package to v.3.0 a few moment ago. But it's just me or the animation doesn't appear and work properly, even the toast have same thing. ( see attachment below ). Everything is working fine on older version.
any idea ?

Screenshot_1

Steps To Reproduce:

@realrashid
Copy link
Owner

Hey @bagusbala ,
It's fixed in v3.0.1 i just released.

@bagusbala
Copy link
Author

Hello, @realrashid . Thanks for the update.
But,i'm still face the animation like this, do i need to do something after updating ?
Animation still doesn't appear.

LOG:

`Using version ^3.0 for realrashid/sweet-alert
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals

  • Updating realrashid/sweet-alert (v3.0 => v3.0.1): Downloading (100%)
    Writing lock file
    Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi
Discovered Package: facade/ignition
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravel/ui
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Discovered Package: realrashid/sweet-alert
Package manifest generated successfully.`

ATTACHMENT
Screenshot_2
Screenshot_3

Thanks.

@realrashid
Copy link
Owner

Hey @bagusbala ,

Yes you have to run the below command.
To re-publish the pkg assets.

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

I believe you have pkg assets already in your application so add --force flag to above command.

The below command is optional.

composer dunp-autoload

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