Zuheyr Tahir
Zuheyr Tahir
Kindly let me know if this bundle is still maintained, so that If I choose to integrate it in any of my apps i don't have to maintain myself. I...
My test example is as follows. Twig: ``` {% block body %} Charts {% endblock %} {% block stylesheets %}{% endblock %} {% block javascripts %} myLib.chartLoad(function(data){ {{ chart(chart, false)...
Can I use your bundle like follows? php bin/console doctrine:generate:entity --entity AppBundle:Account --no-interaction --format=annotation --fields="accountTypeId:integer accountNumber:integer title:string(length=255) description:text createdAt:datetime updatedAt:datetime" ___ relation Related"" ___