Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

Event Sourcing in Laravel


Event Sourcing is a term that has been getting more popular in the PHP community over the last few years, but it still remains a mystery to many developers.
The post Event Sourcing in Laravel appeared first on Laravel News.





Signed Packages for Symfony CLI

A while ago, we started to provide Symfony CLI packages for various platforms (Homebrew, APT based Linux distros like Debian/Ubuntu, YUM based distros like Fedora/CentOS/SUSE/RedHat, ...) in addition to pure binaries.





[news] 2.0.46

We are very pleased to announce the release of Yii Framework version 2.0.45.
Please refer to the instructions at https://www.yiiframework.com/download/
to install or upgrade to this version.
This release fixes more PHP 8.1 compatibility issues, fixes significant number of bugs and adds some enhancements.
Additionally, there are updates in the application templates:





PHP 8.2.0 Beta 3 available for testing

The PHP team is pleased to announce the third beta release of PHP 8.2.0, Beta 3. This continues the PHP 8.2 release cycle, the rough outline of which is specified in the PHP Wiki.
For source downloads of PHP 8.2.0 Beta 3 please visit the download page.
Please carefully test this version and report any issues found in the bug reporting system.





Email Scheduler Package for Laravel


The Mailator package is a lightweight email scheduler for Laravel.
The post Email Scheduler Package for Laravel appeared first on Laravel News.





Laravel 9.25 Released


The Laravel team released 9.25 with a new string method, mass updating model timestamps with the query builder, and more.
The post Laravel 9.25 Released appeared first on Laravel News.





Profile Your Laravel Application With Xhprof


The laravel-xhprof package makes it easy to use Xhprof to profile your Laravel application.
The post Profile Your Laravel Application With Xhprof appeared first on Laravel News.