how i change notyf default position #140
Answered
by
yoeunes
VishiPremWorkz
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
yoeunes
Apr 14, 2023
Replies: 2 comments 2 replies
-
Hello @VishiPremWorkz, thanks for using PHPFlasher. Just publish the configuration : Then update |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm sorry for the confusion on this, here is the content of the return [
'scripts' => [
'cdn' => [
'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher-notyf.min.js',
],
'local' => [
'/vendor/flasher/flasher-notyf.min.js',
],
],
'options' => [
'position' => [
'x' => 'right',
'y' => 'top',
],
],
]; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VishiPremWorkz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm sorry for the confusion on this, here is the content of the
config/flasher_notyf.php