Laravel-auto-form-generator icon indicating copy to clipboard operation
Laravel-auto-form-generator copied to clipboard

Update composer.json

Open Jimbolino opened this issue 8 years ago • 2 comments

this package doesnt work without doctrine

Jimbolino avatar Mar 07 '16 13:03 Jimbolino

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

RobinMalfait avatar Mar 07 '16 18:03 RobinMalfait

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

Jimbolino avatar Mar 08 '16 12:03 Jimbolino