Hello, I'm using Laravel 4.2. When I run:
Artisan::call('migrate');
php throws:
ErrorException
Use of undefined constant STDIN - assumed 'STDIN'
Any ideas for how I can fix that?
See https://github.com/laravel/framework/issues/4721
define('STDIN',fopen("php://stdin","r"));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community