Coder Social home page Coder Social logo

Comments (6)

mikeerickson avatar mikeerickson commented on May 20, 2024

What version of Laravel are you using?

If L5, it is currently not working.

from laravel-4-generators.

jasonherndon avatar jasonherndon commented on May 20, 2024

I'm running into the same problem as well. Is that what the "Build:error" tag on the front of the github page is for?

from laravel-4-generators.

Tropicalista avatar Tropicalista commented on May 20, 2024

I'm on laravel 4.2. I use confide and entrust, not sure if there is some conflicts...

from laravel-4-generators.

daltonamitchell avatar daltonamitchell commented on May 20, 2024

Having the same issue. It looks like the boot() method is failing in the Service Provider

    /**
     * Booting
     */
    public function boot()
    {
        $this->package('way/generators');
    }

Looks like Illuminate\Support\ServiceProvider no longer has a package() reference so I changed to $this->app->package('way/generators') as a temp fix. I just started a new L5 today. I wonder if this is a bug from a recent change.

_UPDATE_

Artisan doesn't crash but package commands don't seem to be present in artisan. I'll try to do some more digging tomorrow.

from laravel-4-generators.

pandasauce avatar pandasauce commented on May 20, 2024

This is a duplicate of #433 #436 #437 #444

No permanent solution as of yet.

from laravel-4-generators.

phirschybar avatar phirschybar commented on May 20, 2024

I think $this->package() is not needed any more. At least it is no longer in the Laravel docs. The boot() method seems to be only for publishing assets, migration files, public files, config files, etc.

from laravel-4-generators.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.