Laravel + l5-repository

0

Expensive, I'm trying to install the l5-repository and give the command:

composer require prettus/l5-repository

and the following appears:

Using version ^2.6 for prettus/l5-repository
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
> Illuminate\Foundation\ComposerScripts::postUpdate
> php artisan ide-helper:generate
A new helper file was written to _ide_helper.php
> php artisan ide-helper:meta
A new meta file was written to .phpstorm.meta.php
> php artisan optimize
Generating optimized class loader
The compiled class file has been removed.

But when I run php artisan, these options only appear:

    make
  make:auth            Scaffold basic login and registration views and routes
  make:command         Create a new Artisan command
  make:controller      Create a new controller class
  make:event           Create a new event class
  make:job             Create a new job class
  make:listener        Create a new event listener class
  make:mail            Create a new email class
  make:middleware      Create a new middleware class
  make:migration       Create a new migration file
  make:model           Create a new Eloquent model class
  make:notification    Create a new notification class
  make:policy          Create a new policy class
  make:provider        Create a new service provider class
  make:request         Create a new form request class
  make:seeder          Create a new seeder class
  make:test            Create a new test class

I have already put the line in config \ app.php

Prettus \ Repository \ Providers \ RepositoryServiceProvider :: class

And when I run the line below, comes the error:

php artisan vendor:publish --provider="Prettus\Repository\Providers\RepositoryServiceProvider"
Nothing to publish for tag [].

I do not know what else to do. Can you help me?

A hug. Tonico

    
asked by anonymous 12.04.2017 / 09:21

1 answer

0

I decided, I cleaned the composer.json and erased the line in config / app.php. I installed following manual again and everything worked ...

Thank you for reading and trying to help ...

A hug. Tonico

    
15.04.2017 / 07:33