Error executing make command with repository plugin

0

When I run the command php artisan make:entity User it returns the error

[ReflectionException]
Method Prettus\Repository\Generators\Commands\EntityCommand::handle() does not exist

I did the installation as it says in the documentation, with this sequence of commands (windows).

composer global require "laravel/installer"
laravel new project
composer require prettus/l5-repository
Coloquei 'Prettus\Repository\Providers\RepositoryServiceProvider::class,' em 'config/app'
php artisan make:entity User
    
asked by anonymous 03.09.2017 / 03:22

0 answers