PHP Fatal error: Call to undefined method InfyOm\Generator\Commands\Scaffold\ScaffoldGeneratorCommand::hasOption() in /var/www/site/html/vendor/infyomlabs/laravel-generator/src/Common/GeneratorConfig.php on line 262
Apparently Laravel 5.1 doesn't have that method, but 5.2 does.
Hello,
just installed your package, it seems it doesn't work on Laravel 5.1. my composer.json:
When I try to generate CRUD:
php artisan infyom:scaffold Bond
it returns me this error:
PHP Fatal error: Call to undefined method InfyOm\Generator\Commands\Scaffold\ScaffoldGeneratorCommand::hasOption() in /var/www/site/html/vendor/infyomlabs/laravel-generator/src/Common/GeneratorConfig.php on line 262
Apparently Laravel 5.1 doesn't have that method, but 5.2 does.
It seems you added this method 2 hours ago in 48c3889ef1d107c92b31960562e8bae2dafa9009
How can I make it work on 5.1?