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.

Symfony 5.2.10 released

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





Symfony 4.4.25 released

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





Symfony 5.3 curated new features

Symfony 5.3.0 has just been released. As for any other
Symfony minor release, our backward compatibility promise applies and this means
that you should be able to upgrade easily without changing anything in your
code.

During the last couple of months, we've blogged about the great 5.3 new
features
. I highly
recommend you to read these articles about Symfony 5.3 as they contain the
major changes for this new version:





Symfony 5.3.0 released

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





Group multiple boolean attributes in Laravel Nova


Learn how to streamline and minimize your Nova UI by customizing a BooleanGroup
The post Group multiple boolean attributes in Laravel Nova appeared first on Laravel News.





A Week of Symfony #752 (24-30 May 2021)

This week, Symfony 5.3 made the last tweaks and fixes before its final release. Meanwhile, the upcoming Symfony 6.0 version started working on removing legacy code and adding PHP types across the entire codebase.





Speed Up Asset Builds with Airdrop for Laravel


Airdrop is a package for Laravel that speeds up code deployments by skipping asset builds whenever possible.
The post Speed Up Asset Builds with Airdrop for Laravel appeared first on Laravel News.





New Feature Request Process

If you’ve looked at the Angular roadmap recently, you’d see that one of the major focuses of the Components team this year is accessibility. The outcome is better, more accessible components.This work will all come with no change required for application developers, ng update will deliver more accessible Angular Material experiences out of the box.





ElasticSearch Driver for Laravel Scout


Explorer is a next-gen Elasticsearch driver for Laravel Scout, with the power of Elasticsearch’s queries.
The post ElasticSearch Driver for Laravel Scout appeared first on Laravel News.