PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, March 7, 2022

[FIXED] Clarkeash/Doorman Composer post-autoload-dump event returned with error code 1 Laravel

 March 07, 2022     composer-php, laravel     No comments   

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

enter image description here

enter image description here

enter image description here

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing