Alexander Kroneis

Results 14 comments of Alexander Kroneis

We'll close this issue since we don't want to add another dependency on the stack. Thank you for your contribution.

I think this should be in the Application layer or an individual layer and extend `Illuminate\Foundation\Console\Kernel` like in [Laravels console kernel](https://github.com/laravel/laravel/blob/25070a3ffb175c15b59cd7f12289a9648165bba3/app/Console/Kernel.php#L8). By using `schedule(Schedule $schedule)` we'd be able to schedule...

https://github.com/laravel/laravel/pull/6188/files#diff-c96ad2c3c018fea7d8ea9667a55e8e2fe309bc2a0df81945ab0a65493a4486f0 It seems like Command Routes are the correct place to schedule your domain specific logic.