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

×Fail! Use of undefined constant STDIN #54

Closed
egyleader opened this issue Apr 17, 2020 · 3 comments
Closed

×Fail! Use of undefined constant STDIN #54

egyleader opened this issue Apr 17, 2020 · 3 comments
Assignees

Comments

@egyleader
Copy link

I had this error when I tried to use the generator builder on Laravel Framework 7.6.2

×Fail! Use of undefined constant STDIN - assumed 'STDIN' (this will throw an Error in a future version of PHP)
and this was my input :
ScreenShot_20200418010424

@tovaz
Copy link

tovaz commented Aug 3, 2020

I have same issue too
Captura de pantalla de 2020-08-03 09-51-01

@tovaz
Copy link

tovaz commented Aug 3, 2020

I fixed unchecking Save Schema , it works for me

@mitulgolakiya
Copy link
Member

Maybe because you have not defined your PHP CLI or your CLI and web PHP versions are different.

Maybe define('STDIN',fopen("php://stdin","r")); can help.

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

No branches or pull requests

3 participants