havvg/propel-boolean-extra-behavior
Propel ORM behavior that adds readability-focused helper methods for boolean columns. Install as a third-party behavior and enable it in schema.xml with to generate extra boolean accessor methods.
See the Propel documentation on how to install a third party behavior
Just add the following XML tag in your schema.xml file:
<behavior name="boolean_extra" />
The behavior will add additional methods for boolean columns. Those methods are solely for the purpuse of better readibility when writing code.
How can I help you explore Laravel packages today?