Andreas Aagaard

Results 5 comments of Andreas Aagaard

I actually like the way Laravel handles queues with a class per queue action... SendEmail::dispatch(); // Job is now dispatched to queue for example AWS SQS https://laravel.com/docs/5.7/queues

Is it possible to create your own DI container by implementing DiInterface in Phalcon 3.4.5? We really want to use autowiring which is not possible with default container...

What is the status on this issue?

Is it correctly understood that MySQL dialect atm does not support transactions in migrations?

Same issue here what could be the issue @TechUnRestricted ?