Giter Site home page Giter Site logo

Comments (6)

lavary avatar lavary commented on August 17, 2024

I updated the code, this was due to a recent change in the Builder script. You may update the package to see if it works.

By the way thanks for using the package :)

from laravel-menu.

Dimidel avatar Dimidel commented on August 17, 2024

Works perfectly now !
Thank a lot for this great package.

from laravel-menu.

EselDompteur avatar EselDompteur commented on August 17, 2024

After this was fixed i got an Exeption Error in Item.php cause Laravel was unable to find the Method Str() used in Line 77 ..

I have fixed this by correct the use statement in item.php from

use Str;
to

use Illuminate\Support\Str;

... hope this could anyone help.

from laravel-menu.

ArtemProkopenko avatar ArtemProkopenko commented on August 17, 2024

It isn't fixing for 1.5.1 version.
And for last version (dev-master) here is error described above.

Ultimately, now there isn't working version for Laravel 5 =/

from laravel-menu.

darthsoup avatar darthsoup commented on August 17, 2024

You can also fix this by adding "'Str' => Illuminate\Support\Str::class" to the config/app.php. This is much better as hack it into into the code...

from laravel-menu.

dreanmer avatar dreanmer commented on August 17, 2024

Same error, latest (1.5.1) release, laravel 5.1

ErrorException in Builder.php line 557:
Array to string conversion

from laravel-menu.

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.