Laravel-mongodb: Access level to Jenssegers\Mongodb\Schema\Blueprint::addColumn() must be public (as in class Illuminate\Database\Schema\Blueprint)

Created on 29 Feb 2016  路  5Comments  路  Source: jenssegers/laravel-mongodb

Updated to v 2.3.3 today and am getting this error below. Any idea what is wrong?

[Symfony\Component\Debug\Exception\FatalErrorException]
Access level to Jenssegers\Mongodb\Schema\Blueprint::addColumn() must be public (as in class Illuminate\Database\Schema\Blueprint)

Most helpful comment

same error, "laravel/framework": "5.2.*" "jenssegers/mongodb" : "3.0.0",

All 5 comments

Figured something out. Looks like there was a change to laravel 5.1.31. Went back to 5.1.30 and the problem disappears.

I released 2.3.4 with the fix.

thanks

Not sure if I'm missing something... Using Laravel v5.1.34 with Jenssegers v2.2.10 and I get this error. As far as I know, v2.3.x doesn't work with Laravel v5.1.x. How can I overcome this error on Laravel v5.1.x?

same error, "laravel/framework": "5.2.*" "jenssegers/mongodb" : "3.0.0",

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lgt picture lgt  路  3Comments

Idnan picture Idnan  路  3Comments

YSimple picture YSimple  路  3Comments

ricardofontanelli picture ricardofontanelli  路  3Comments

sebastiaanluca picture sebastiaanluca  路  3Comments