| Server IP : 54.94.228.101 / Your IP : 172.28.1.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/vendor/cartalyst/support/ |
Upload File : |
# Support Change Log This project follows [Semantic Versioning](CONTRIBUTING.md). ## Proposals We do not give estimated times for completion on `Accepted` Proposals. - [Accepted](https://github.com/cartalyst/support/labels/Accepted) - [Rejected](https://github.com/cartalyst/support/labels/Rejected) --- ### v2.0.1 - 2017-02-23 `UPDATED` - use various laravel contracts. ### v2.0.0 - 2017-02-23 `UPDATED` - use `Illuminate\Contracts\Events\Dispatcher` for events. ### v1.2.0 - 2016-06-21 `ADDED` - `NamespacedEntityInterface` A contract for namespacing entities. ### v1.1.2 - 2015-06-24 `UPDATED` - License to 3-clause BSD. - Some other minor tweaks. ### v1.1.1 - 2015-02-04 `UPDATED` - Added the ability to set custom messages and custom attributes on the Validator class. ### v1.1.0 - 2015-01-23 `ADDED` - `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. ### v1.0.1 - 2015-06-24 `UPDATED` - License to 3-clause BSD. - Some other minor tweaks. ### v1.0.0 - 2014-08-07 `INIT` - `EventTrait` Common methods and properties for dispatching events. - `RepositoryTrait` Common methods and properties for use across repositories.