vis / registration
There is no license information available for the latest version (1.0.21) of this package.
1.0.21
2015-08-11 14:52 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-09 18:49:24 UTC
README
Для корректной работы нужно еще установить пакет https://github.com/arturishe21/mail-templates
В composer.json добавляем в блок require
"vis/registration": "1.0.*"
Выполняем
composer update
Добавляем в app.php
'Vis\Registration\RegistrationServiceProvider',
Публикуем js файлы
php artisan asset:publish vis/registration
Публикуем config
php artisan config:publish vis/registration
Публикуем views
php artisan view:publish vis/registration
Вызов формы авторизации в вьюхе
@include('registration::authorization_form')
Вызов формы напоминание пароля в вьюхе
@include('registration::forgot_pass_form')
Вызов формы регистрация в вьюхе
@include('registration::registration_form')