Sorry guys, found the problem, I've registered my command with
Artisan::add(new FetchPostsTask);
while I should have used
Artisan::resolve('FetchPostsTask');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community