vis/registration_l5

There is no license information available for the latest version (1.0.93) of this package.

Registration for L5

Installs: 470

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/vis/registration_l5

1.0.93 2018-04-26 11:01 UTC

This package is not auto-updated.

Last update: 2025-10-12 00:04:38 UTC


README

В composer.json добавляем в блок require

 "vis/registration_l5" : "1.*"

Выполняем

composer update

Добавляем в файле app.php в блок providers

  Vis\Registration\RegistrationServiceProvider::class,

Публикуем конфиги и js файлы

php artisan vendor:publish --tag=registration --force

Публикуем если нужно views файлы

php artisan vendor:publish --tag=registration_views --force

Для отображения форм использовать

    @include("registration::registration_form")
    @include("registration::authorization_form")
    @include("registration::forgot_pass_form")