laravel-theme icon indicating copy to clipboard operation
laravel-theme copied to clipboard

php artisan theme:create default error

Open altdev91 opened this issue 6 years ago • 1 comments

When I run php artisan theme:create default

ReflectionException : Method Teepluss\Theme\Commands\ThemeGeneratorCommand::handle() does not exist at D:\xampp\htdocs\tailieu24h\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:135

https://1.bp.blogspot.com/-mQiK0R8NDV8/W6cE1H6GosI/AAAAAAAAMwE/1kUj1mDdvYcAO7F02ZpLMJk5tFAClonPgCLcBGAs/s1600/error1.png

altdev91 avatar Sep 23 '18 03:09 altdev91

You can fix this by changing the method...


   fire()

to


   handle()

Find it on line -60 in the file...


    Teepluss\Theme\Commands\ThemeGeneratorCommand

DeveloperOnCall avatar Nov 02 '18 06:11 DeveloperOnCall