some css tweaks and other minor improvements/fixes

This commit is contained in:
noxy
2019-11-27 15:23:48 +00:00
parent 5fc7bf3036
commit 50ba00431b
35 changed files with 880 additions and 104 deletions

View File

@@ -137,6 +137,7 @@ return [
Illuminate\Translation\TranslationServiceProvider::class,
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,
Mews\Captcha\CaptchaServiceProvider::class,
/*
* Application Service Providers...
@@ -209,7 +210,8 @@ return [
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
'Recaptcha' => Greggilbert\Recaptcha\Facades\Recaptcha::class,
'Sentry' => Sentry\SentryLaravel\SentryFacade::class,
'Sentry' => Sentry\SentryLaravel\SentryFacade::class,
'Captcha' => Mews\Captcha\Facades\Captcha::class,
],
];