Skip to content

v1.1.0

Choose a tag to compare

@brunogaspar brunogaspar released this 23 Jan 21:20
· 71 commits to 9.x since this release
  • Collection A Collection class, similar to the Laravel Collection but more simpler.
  • Mailer A Mailer class that implements the Illuminate\Mail\Mailer with lots of helper methods.
  • Validator A Validation class that allows you to define different rules for different scenarios throughout your application.
  • ContainerTrait Common methods and properties for accessing the Laravel IoC.
  • MailerTrait Common methods and properties for sending emails.
  • ValidatorTrait Common methods and properties for doing validation.