Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorException (E_ERROR) No hint path defined for [sudosu]. #21

Open
i-coder opened this issue Jun 1, 2017 · 7 comments
Open

ErrorException (E_ERROR) No hint path defined for [sudosu]. #21

i-coder opened this issue Jun 1, 2017 · 7 comments

Comments

@i-coder
Copy link

i-coder commented Jun 1, 2017

http://prntscr.com/fen37q

@tonyski
Copy link

tonyski commented Jun 4, 2017

same problem

@i-coder
Copy link
Author

i-coder commented Jun 5, 2017

what to do?

@tonyski
Copy link

tonyski commented Jun 5, 2017

you shuold add domain suffix to your project config/sudodu.php array allowed_tlds.
just like my project domain is test.app,
set array allowed_tlds like 'allowed_tlds' => ['dev', 'local', 'app'],.

@i-coder
Copy link
Author

i-coder commented Jun 5, 2017

yes!
Thanks you!!
'allowed_tlds' => ['dev', 'local','dcc'],

@DODMax
Copy link

DODMax commented Jun 15, 2017

Should it really throw an error?
I feel like it should just disable sudosu and maybe log a warning message..
@mrterryh Is it the expected behavior?

@RStrydom
Copy link

RStrydom commented Sep 5, 2017

Hi, Ran into this issue and saw that #14 hasn't been merged in yet.
Figured out that localhost works for me.

    'allowed_tlds' => ['localhost', 'dev', 'local'],

@xuwuqiang
Copy link

xuwuqiang commented Feb 7, 2018

or u forgot u have already executed

php artisan config:cache

so..

config/sudo.php won't be read any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants