Hello, usually I run migrate command on my host to migrate the database, but after update of laravel 4.2 if I call
Artisan::call('migrate');
It gives me error
Use of undefined constant STDIN - assumed 'STDIN'
Any one can help me in this.
Use
Artisan::call('migrate',array('-n'=>true));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community