Trying to install

Issue #4 closed
pavelpolyakov created an issue

Hi,

I'm trying to integrate the package to my laravel application and have the next error (attached).

Where should I digg to overcome it?

My application generally is a clone of https://github.com/brunogaspar/laravel4-starter-kit .

Thanks

Comments (10)

  1. pavelpolyakov reporter

    ok, but as we see the problem is in anvard's code.

    The application is working in general.

    PHP 5.4 is a requirement for the Entrust extension, which provides a flexible way to add Role-based Permissions to Laravel4.

  2. Braunson

    @pavelpolyakov

    Yeah I had the same error awhile ago, you need to be running PHP 5.4 in otherwise if you are running 5.3 or lower, you'll receive the $this error. So upgrading your PHP to 5.4 will resolve this issue. Hopefully the developer or someone else can fix the bundle to work in PHP 5.3!

  3. Log in to comment