Automatic order(quantity per day, days quantity). PHP Laravel -
i have order form inputs like:
- service
- quantity per day
- days quantity
and need create order, should launched number of times day, number of days...
which technology can use ? or maybe ideas?
my project built on php laravel 5.4 framework.
you can create command in laravel (link) enter orders, checking if meets condition sent ...
this command executed cronjob on server ...
Comments
Post a Comment