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.

Larastan v1.0 Released


Larastan released v1.0, a package to help analyze Laravel application code.
The post Larastan v1.0 Released appeared first on Laravel News.





[news] Yii Console 1.0.0

First release of Yii Console package was tagged. It provides a console that could be added to an application.
The package uses Symfony Console under the hood and adds:





WP Briefing: Episode 19: The People of WordPress

In this nineteenth episode, WordPress’s Executive director, Josepha Haden Chomphosy, discusses and expresses gratitude for the inspiration behind the People of WordPress series, HeroPress.

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





Video: Getting ready for PHP 8.1


In this video, learn about some of the deprecations and changes coming to PHP 8.1 and how to start getting your apps ready.
The post Video: Getting ready for PHP 8.1 appeared first on Laravel News.





A Week of Symfony #774 (25-31 October 2021)

This week, Symfony 4.4.33 and 5.3.10 maintenance versions were released. Meanwhile, Symfony development activity focused on finishing and polishing many new features for the upcoming Symfony 5.4 and 6.0 versions.





People of WordPress: Ronald Gijsel

In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a WordPress e-commerce specialist on the difference it makes.





Symfony 4.4.33 released

Symfony 4.4.33 has just been released. Here is a list of the most
important changes:





Symfony 5.3.10 released

Symfony 5.3.10 has just been released. Here is a list of the most
important changes:





Create Rich Data Objects in Laravel


Laravel Data is a package by Spatie that enables the creation of rich data objects which can be used for form requests, data transformers, and more.
The post Create Rich Data Objects in Laravel appeared first on Laravel News.