andcarpi / laravel-popper

A simple and easy to use package that generates tooltips in your Laravel views.
https://andcarpi.github.io/laravel-popper/
MIT License
19 stars 3 forks source link

Problem change mode from cdn to asset #5

Closed hrace009 closed 2 years ago

hrace009 commented 2 years ago

Hello, i got problem when change mode from cdn to asset, and popper not showing.

image

Can you help?

Thanks

hrace009 commented 2 years ago

Hello, Any help?

hrace009 commented 2 years ago

solve

jayomayan commented 1 year ago

Today the CDN went down for a few minutes and i tried top change the config to asset and having the same issue as above.. how did you fix this issue ? what is the correct path?

'popper' => [
    'active' => true,
    'mode' => 'cdn',
    'cdn' => 'https://unpkg.com/popper.js@1',
    'asset' => 'vendor/laravel-popper/popper.min.js',
],
'tippy' => [
    'active' => true,
    'mode' => 'cdn',
    'cdn' => 'https://unpkg.com/tippy.js@4',
    'asset' => 'vendor/laravel-popper/index.all.min.js',
],
jayomayan commented 1 year ago

@hrace009 how did you solve it?