mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Class auth does not exist #71

Closed paolooo closed 7 years ago

paolooo commented 9 years ago

I'm using:

    "laravel/framework": "4.2.*",
    "codesleeve/asset-pipeline": "dev-master",
    "rhumsaa/uuid": "*",
    "doctrine/orm": "2.5.*",
    "symfony/yaml": "3.*",
    "mitchellvanw/laravel-doctrine": "0.5.*"

When I run php artisan, I got this error.

{"error":{"type":"ReflectionException","message":"Class auth does not exist","file":"\/bootstrap\/compiled.php","line":235}}

If I remove this line ( https://github.com/mitchellvanw/laravel-doctrine/blob/master/src/LaravelDoctrineServiceProvider.php#L30 ) it works fine.

mitchellvanw commented 7 years ago

Closing because project is no longer maintained. Thanks.