InfyOmLabs / generator-builder

InfyOm Laravel Generator GUI Builder
http://labs.infyom.com/laravelgenerator/
MIT License
133 stars 71 forks source link

×Fail! Use of undefined constant STDIN #54

Closed egyleader closed 4 years ago

egyleader commented 4 years ago

I had this error when I tried to use the generator builder onLaravel 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 commented 4 years ago

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

tovaz commented 4 years ago

I fixed unchecking Save Schema , it works for me

mitulgolakiya commented 4 years ago

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.