vis / registration
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vis/registration
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2025-10-11 23:38:13 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')