Releases: cartalyst/support
Releases · cartalyst/support
v2.0.2
FIXED
- Event dispatching method calling for Laravel 5.8 support
v2.0.1
v2.0.0
v1.2.0
v1.1.2
UPDATED
- License to 3-clause BSD.
- Some other minor tweaks.
v1.0.1
UPDATED
- License to 3-clause BSD.
- Some other minor tweaks.
v1.1.1
- Added the ability to set custom messages and custom attributes on the Validator class.
v1.1.0
Collection
A Collection class, similar to the Laravel Collection but more simpler.Mailer
A Mailer class that implements theIlluminate\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.