-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
Description
Trying to test to see if my configuration is working and after running "php artisan tunneler:activate" its giving me the following error:
No handler registered for command [STS\Tunneler\Jobs\CreateTunnel]
I've registered the provider by adding "STS\Tunneler\TunnelerServiceProvider::class," into my providers array ( config/app.php )
Any ideas? The project I'm attempting to configure this with is running laravel 5.1