RobinMalfait / Laravel-auto-form-generator

Laravel automatic form generator
78 stars 26 forks source link

Update composer.json #18

Open Jimbolino opened 8 years ago

Jimbolino commented 8 years ago

this package doesnt work without doctrine

RobinMalfait commented 8 years ago

That's funny, why wouldn't it work without doctrine? Not merging because I don't use doctrine in the code

Jimbolino commented 8 years ago

When i run it on my default laravel 4.2 install i get: Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found

caused by this line: https://github.com/RobinMalfait/Laravel-auto-form-generator/blob/master/src/RobinMalfait/Formgenerator/Formgenerator.php#L27