Closed immortalsantee closed 9 months ago
Looks like a bug!
The reason is, When running with webserver it cannot find the executable PHP.
So we should define the path of the executable in the config files.
Will work on in the weekend.
Fixed.
You can now update
composer update saeedvaziry/laravel-async
Also check here
https://github.com/saeedvaziry/laravel-async?tab=readme-ov-file#configuration
Thanks @saeedvaziry.
php artisan foo
worksbut
(new UserController)->index(); doesn't work.
Is there anything i am missing here?