All Questions
Tagged with laravel javascript
10,402 questions
0
votes
0
answers
57
views
Google Pay Invalid token id error with stripe gateway
I'm integrating Google Pay with Stripe in my webshop. The integration works perfectly in test mode, but when I switch to production, I get Invalid token id from stripe
(Stripe\Exception\...
0
votes
0
answers
23
views
Are 2 load scripts normal in Livewire?
I have a question about Livewire, im bundling livewire manualy and im seeing 2 load scripts (in the head and at the bottom of the body). im not sure if this is always like this but im not sure. The ...
3
votes
3
answers
177
views
Why is my frontend not receiving the event from the backend?
I am new to working with Laravel, and websockets in general. I checked out the Laravel documentation regarding real time events and don't understand why the problem below occurs.
I have a database ...
0
votes
1
answer
61
views
How to verify/assert that Facebook Pixel track events are actually working using laravel dusk?
I want to verify that facebook pixel 'track' event is actually firing when user perform signup ,
is there a way ?
using Laravel dusk.
<<User successfully register's and then , pixel code is ...
0
votes
0
answers
48
views
POS System - Unable to Toggle 'Show Receipt' Feature Based on Setting (Laravel, JavaScript, Session Management)
Problem Description:
I am working on a POS system where I need to allow users to enable or disable the "Show Receipt" feature after completing a cash transaction. The receipt should only be ...
1
vote
2
answers
358
views
Laravel and Javascript: strange bug while updating article-tags many-to-many relationship
I am working on a blogging application (link to GitHub repo) in Laravel 8.
I have put together a way to add and edit tags to articles.
I ran into a bug whose cause and solution I have been unable to ...
1
vote
1
answer
22
views
Livewire dispatched alert isn't shown
Since it isn't possible in Livewire to show an alert multiple times with like session()->flash() I tried looking for an alternative. I found a pretty good alternative, which is by dispatching an ...
0
votes
1
answer
52
views
Failed to programmatically redirect external link in new tab using Vue.js
I am trying to do programmatically redirect external link open in a new tab after axios successful response but it blocked by browser the message is popup blocked. I tried it in different way and ...
0
votes
1
answer
74
views
Select2 inside Livewire Modal Not Reinitializing on Modal Reopen
I'm using Livewire in a Laravel project and have a Select2 dropdown inside a modal. The dropdown is used to select a country, and it should initialize with a list of countries while also pre-selecting ...
0
votes
0
answers
68
views
Vue 3 Component in Blade File
I have a vue 3 component that I want to use inside a blade file. is there a way to do that? I am using Laravel 11, inertiajs v2 and Vue 3
I tried registering the component as a global component but it ...
0
votes
0
answers
53
views
Multiple summernote style causing 403 error
problem :
I am using the AdminLte3 dashboard to design a summernote editor. In my setting section I am using summernote editor to add updateappmsg, privacy policy, terms and conditions, and about us. ...
1
vote
0
answers
107
views
How to load a vuejs build into another vuejs?
I made a SPA with laravel + vuejs3 (inertia).
My SPA works without worries, but I made a module that is on several sites (WP) which is a js file that loads on a tag with the id="form".
It ...
2
votes
2
answers
2k
views
Error downloading node 14.21.3/14.20.0 with NVM. The system cannot find the file specified
I want to install version 14 for an old project that uses that version. I use nvm and all installations from 16 onwards work perfectly.
But, in version 14.20.0 and 14.21.3, it fails and gives me this ...
0
votes
1
answer
91
views
Pagination Issue with Array in Livewire 3.x :Uncaught Could not find Livewire component in DOM tree
I'm working with Livewire 3 and facing an issue when paginating a user list. I’ve applied the WithPagination trait and set the pagination theme to Bootstrap, but the pagination links don’t update the ...
-1
votes
1
answer
56
views
Access camera on external device while connect to locally server using ip adress
I have a problem that I want to access my camera stream by using an external device (which is connect to a same network with local server and accessed by IP server).
If I open the camera on external ...