Irtiza
Results
1
comments of
Irtiza
create a custom service provider and update this method registerRoutes and add project path in all the routes that is register into main ClockServiceprovider. e.g ` $router->get(env('PROJECT_PATH).'/__clockwork/{id:(?:[0-9-]+|latest)}/extended', 'Clockwork\Support\Lumen\Controller@getExtendedData');`