sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 260 forks source link

Class 'SleepingOwl\Models\SleepingOwlModel' not found #317

Closed budeci closed 8 years ago

budeci commented 8 years ago

laravel/framework": "5.0.*", "sleeping-owl/admin": "dev-development", "sleeping-owl/admin-lte-template": "dev-master",

My model

KMDSOUF commented 8 years ago

Hi, You must update vendor before runing SleepingOwl install command.

$ composer self-update $ composer update $ php artisan vendor:publish $ php artisan admin:install