Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
Filter by
Sorted by
Tagged with
1 vote
0 answers
71 views

I am trying to execute a PHP command async form original request. While trying this I found php-enqueue for Symfony (6.4): https://github.com/php-enqueue/enqueue-dev https://php-enqueue.github.io/...
SvenW's user avatar
  • 31
0 votes
1 answer
581 views

I am trying to send a header using php-enqueue bundle I'm trying this: public function __construct( ProducerInterface $producer ) { parent::__construct(); $this->producer = $...
Conde's user avatar
  • 951
-1 votes
1 answer
299 views

I'm trying to load a CSS file just on mobile. I made some research and found the the best way to do that is by using JS so here is the code I found: $( document ).ready(function() { var isMobile ...
Juninho10's user avatar
2 votes
0 answers
466 views

How can i make a health-check for liveness and readiness probe for a php-enqueue consumer? The consumer is a long running process and is started with: php ./bin/console enqueue:consume --setup-broker ...
ivoba's user avatar
  • 6,046
0 votes
2 answers
64 views

In WordPress, I have a template file called vertical-page.php. When a page has this template applied, I want to load in a specific stylesheet and script. I have tried to use is_page_template(), but it ...
Freddy's user avatar
  • 865
0 votes
1 answer
54 views

i have recently download a theme and try to convert it into wordpress theme. now i got stuck in error i am trying to enqueue my style sheet script into theme and its not working. this is my header ...
MEHRAN ALI's user avatar
0 votes
0 answers
218 views

Symfony 2.8 Using https://github.com/j-guyon/CommandSchedulerBundle to manage periodic Command executions. Each of these Command executions invokes an specific Service based on the Command arguments. ...
NorthmaN's user avatar
  • 125
0 votes
1 answer
1k views

I'm researching a way of producing avro messages from php to kafka using php-enqueue. Their documentation states that you can use other formats, including Apache Avro. By default the transport ...
Vic's user avatar
  • 22.2k