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.

PHP workshop for 2 days with Shopware, Sylius, PHPUnit and Codeception in Duisburg

We will do live coding workshop for 2 days with core developers in Duisburg.
Together with the wireless keyboard we will learn about Symfony entities in Shopware plugin, PHPUnit integration tests, headless API in Sylius and Codeception testing.
See the event page for more details.





Soft Delete Child Models When a Parent is Deleted


Laravel Soft Deletes Parent is a package that soft deletes child models when a parent model is soft-deleted.
The post Soft Delete Child Models When a Parent is Deleted appeared first on Laravel News.





[news] View 4.0.0

Version 4.0.0 of View package is released. In this version:

  • Added ViewInterface that View and WebView implement.
  • Improved exception message on getting not exist block or parameter in View and WebView.
  • We flush currently being rendered view files on context change now via View::withContext() or WebView::withContext().




New Backers for the Symfony Sponsoring Program

A few weeks ago we introduced the Symfony Sponsoring Program as a new way to
help make the Symfony project development sustainable. The response so far has
been enthusiastic and many new companies have joined the the program.





[news] VarDumper 1.2.0

An update was made to yiisoft/var-dumper package.
In this version \Yiisoft\VarDumper\VarDumper::withOffset() was added. It allows to adjust generated code nesting offset:
$test = [
'value' => 42, // <--- default offset is 4 spaces
];





A Week of Symfony #773 (18-24 October 2021)

This week, Symfony development activity focused on adding autocompletion features to some of the built-in commands. Meanwhile, the Symfony Docs website was redesigned to give it a modern and more useful look.





PHP 7.4.25 Released!

The PHP development team announces the immediate availability of PHP 7.4.25. This is a security release.

All PHP 7.4 users are encouraged to upgrade to this version.

For source downloads of PHP 7.4.25 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.