l5scaffold
l5scaffold copied to clipboard
In BoundMethod.php line 135:
Hi,
I am using laravel5.5
i have installed your plugin.Also checked using
Php artisa Command here, i can see make:scaffold
But if i try to generate a scaffold like Command
php artisan make:scaffold Category .
Its getting below error.
In BoundMethod.php line 135:
Method Laralib\L5scaffold\Commands\ScaffoldMakeCommand::handle() does not e xist Can any one help me.
Thanks advance.
in Commands/ScaffoldMakeCommand.php
add
public function handle() { return $this->fire(); }