Issue
i want install the package clarkeash/doorman, for generate url invitation code, but i have this error when i execute the composer require. And i use php artisan clear and other error but given the same. My version of laravel is 7.13.0
If you want told me of other package to use, you can said, but i need solution this problem, please help.
Solution
Is this the first time that you see this error?
Is config variable set on config/doorman.php?
If you don't see this file you can create it using
php artisan vendor:publish --tag=doorman-config
and you neet to set invite_model on this file
Answered By - Tian Ming



0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.