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.

[news] Yii Test Support 3.0.0

Test Support package version 3.0.0 was released.
This version raises the minimum psr/simple-cache version to ^2.0|^3.0.





[news] Yii Caching Library 2.0.0

Yii Cache package version 2.0.0 was released.
This version raises the minimum psr/simple-cache version to ^2.0|^3.0 and the minimum PHP version to ^8.0.





Simple Comments Package for Laravel


The Laravel Comments package by Ryan Chandler is a dead-simple package for adding comments to models in Laravel.
The post Simple Comments Package for Laravel appeared first on Laravel News.





[news] Router and fastroute adapter 1.1.0

Router and its fastroute adapter were tagged.
This version adds support for multiple hosts via Route::hosts() and Group::hosts():





WP Briefing: Episode 34: WordPress 6.1 is Coming!

In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle!

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.





Eloquent Attribute Casting


Eloquent Castable attributes are one of the more powerful features of Laravel, some people use them religiously while others tend to shy away from them.
The post Eloquent Attribute Casting appeared first on Laravel News.