CodeSleeve / laravel-stapler

Stapler-based file upload package for the Laravel framework.
MIT License
556 stars 109 forks source link

L5: Interface 'CodeSleeve\Stapler\ORM\StaplerableInterface' not found #106

Closed katiebeee closed 8 years ago

katiebeee commented 8 years ago

I am trying to get Stapler up and running, but I encounter this error message whenever I try and upload a file. I am following the QuickStart guide. I receive the same error for EloquentTrait.

In my app.php I have the following:

'Codesleeve\LaravelStapler\Providers\L5ServiceProvider',

tabennett commented 8 years ago

I'm going to need to see some code and the name of the error you're getting.

katiebeee commented 8 years ago

I fixed it by using:

Codesleeve\LaravelStapler\Providers\L5ServiceProvider::class,

instead