skjun

Results 2 issues of skjun

if ((double) $this->app->version() >= 5.2) { $this->app['router']->get('captcha/{config?}', '\Mews\Captcha\CaptchaController@getCaptcha')->middleware('web'); } else { $this->app['router']->get('captcha/{config?}', '\Mews\Captcha\CaptchaController@getCaptcha'); } laravel 5.2 do not 'web' middleware

pubspec.yaml: environment: sdk: ">=2.6.0