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.

A Week of Symfony #762 (2-8 August 2021)

This week, the upcoming Symfony 5.4 version added new integrations to the Notifier component, marked the Request::get() method as internal and introduced a smooth upgrade path for security factories.





Using GitHub Discussions for Symfony Support

Open Source Symfony Support is provided by the community via StackOverflow
and Slack. Both have served us well for some years, but they lack some features
that are increasingly important for us.
StackOverflow is nice for async support and its discussions stay forever and can
be found via Google, but it lacks advanced formatting tools, better moderation
and GitHub integration (to ping users, mention issues, etc.)





PHP Pipe Operator Package


PHP Pipe Operator is a package that provides a userland implementation of the pipe operator in PHP.
The post PHP Pipe Operator Package appeared first on Laravel News.





PHPKonf 2021 Online

PHPkonf 2021 is a community organized PHP conference based in Turkey. This year we will gather online 16 speakers in 2 parallel tracks to discuss PHP throughout the day. Join us on September 2nd for free!
Find more information and register here https://2021.phpkonf.org/





PHP 8.1.0 Beta 2 available for testing

The PHP team is pleased to announce the first beta release of PHP 8.1.0, Beta 2.
This continues the PHP 8.1 release cycle, the rough outline of which is specified in the
PHP Wiki.

For source downloads of PHP 8.1.0, Beta 2 please visit the download page.
Please carefully test this version and report any issues found in the bug reporting system.





Immutable Date Casting in Laravel 8.53


The Laravel team released 8.53 with immutable date and datetime casting, a queue monitoring command, and the latest changes in the 8.x branch.
The post Immutable Date Casting in Laravel 8.53 appeared first on Laravel News.





Flexible Fields for Laravel Nova


Flexible Fields is a Laravel Nova package that allows you to easily create repeatable fields or blocks within a resource.
The post Flexible Fields for Laravel Nova appeared first on Laravel News.