@mtvs_dev Have you got the namespace correct?
Can you post your app\Console\Kernel::schedule()
I want to get a couple of config values in the App\Console\Kernel::schedule() but the following error occurs:
ReflectionException: Class config does not exist in /home/vagrant/Code/sm/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 776
Probably the bindings hasn't happened yet, Is there a solution for this?
I want to set up the scheduling based on my config values.
I just needed to call the $this->bootstrap() inseide the App\Console\Kernel::schedule().
Please or to participate in this conversation.