diff --git a/README.md b/README.md index 0f6cedb..9afa8de 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,11 @@ ## About Auth -The DevDojo Auth package is a plug'n play Authentication wrapper for your Laravel application. Easily update and modify your authentication pages, add social providers, and many other auth features. +The DevDojo Auth package is a plug'n play Authentication package for your Laravel application. Easily update and modify your authentication pages, add social providers, and many other auth features. -- [Simple, fast routing engine](https://laravel.com/docs/routing). -- [Powerful dependency injection container](https://laravel.com/docs/container). -- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. -- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). -- Database agnostic [schema migrations](https://laravel.com/docs/migrations). -- [Robust background job processing](https://laravel.com/docs/queues). -- [Real-time event broadcasting](https://laravel.com/docs/broadcasting). + -Laravel is accessible, powerful, and provides tools required for large, robust applications. +Be sure to visit the official documentation at [https://devdojo.com/auth/docs](https://devdojo.com/auth/docs) ## Installation diff --git a/resources/views/components/elements/logo.blade.php b/resources/views/components/elements/logo.blade.php index 8e911d3..d8577c2 100644 --- a/resources/views/components/elements/logo.blade.php +++ b/resources/views/components/elements/logo.blade.php @@ -1,6 +1,6 @@ - + @if($isImage) - + @else {!! str_replace(' + @endif @if($showPasswordField)