laralib / l5scaffold

Scaffold generator for Laravel 5.x
MIT License
315 stars 115 forks source link

In BoundMethod.php line 135: #81

Open kjareena opened 6 years ago

kjareena commented 6 years ago

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.

DeathEmpire commented 6 years ago

in Commands/ScaffoldMakeCommand.php

add

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