Skip to content

arturishe21/feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Для корректной работы нужно еще установить пакет https://github.com/arturishe21/mail-templates

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

 "vis/feedback": "1.0.*"

Выполняем

composer update

Добавляем в app.php

  'Vis\Feedback\FeedbackServiceProvider',

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

   php artisan asset:publish vis/feedback

Публикуем config

   php artisan config:publish vis/feedback

Публикуем views

   php artisan view:publish vis/feedback

Вызов в вьюхе

   @include('feedback::form')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published