l5scaffold icon indicating copy to clipboard operation
l5scaffold copied to clipboard

In BoundMethod.php line 135:

Open kjareena opened this issue 7 years ago • 1 comments

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.

kjareena avatar Dec 13 '17 13:12 kjareena

in Commands/ScaffoldMakeCommand.php

add

public function handle() { return $this->fire(); }

DeathEmpire avatar Jan 22 '18 18:01 DeathEmpire