aimeos / aimeos-laravel

Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
https://aimeos.org/Laravel
MIT License
7.26k stars 1.05k forks source link

Running Custom Cronjob in Aimeos Laravel. #487

Closed scienlabs closed 1 year ago

scienlabs commented 1 year ago

Issue Summary: I'm facing difficulties trying to run a custom-created cronjob in Aimeos Laravel. I have followed the documentation and attempted various approaches, but I haven't been successful in getting the cronjob to execute as expected.

I create a custom extension ./packages/ecom

also i create a job but issue is how i can run this created command

aimeos commented 1 year ago

Added an example to the docs how to execute the custom job controllers: https://aimeos.org/docs/latest/cronjobs/create-job-controller/#location