iberflow / laravel-model-generator

Laravel 5 model generator for an existing schema
264 stars 76 forks source link

not being able to install it #7

Closed sandip12 closed 8 years ago

sandip12 commented 8 years ago

hi please guide to install , where do we place the folder , installation guide incomplete

[Symfony\Component\Debug\Exception\FatalErrorException] Class 'Iber\Generator\ModelGeneratorProvider' not found

pionl commented 8 years ago

Hi, did you run the

composer install ?

You can run require the package via composer like this:

composer require ignasbernotas/laravel-model-generator

It will update the composer.json and install the library with updated autoload.

sandip12 commented 8 years ago

hello. thanks .