Leonardy
Exposed livewire code
Because the livewire files are available to see in the Firefox browser when I click on inspect > debugger when my environment variable APP_DEBUG=false and when I change my environment variable to APP_DEBUG=true and I can no longer see these files.
The correct thing to do was not to be exposed when the environment variable APP_DEBUG=false
Is it a livewire problem?
26 replies
DOES Filment Import CSV action support QUEUE_CONNECTION = database?
I'm having the same problem!
When the configuration is
QUEUE_CONNECTION=sync
Works 100%
When I change to
QUEUE_CONNECTION=database
It keeps giving FAIL and I can't debug the error
5 replies