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.

SymfonyCon Disneyland Paris 2022: How to handle content editing in Symfony?

First of all, we thank all the people who took the time to submit a talk proposal for the upcoming conference. Take advantage of the last weekend of submissions to share your knowledge! The call for Papers will be open until next Monday: August 29th.
Do not miss this opportunity… dare to be part of the conference program!





jQuery 3.6.1 Maintenance Release

jQuery 3.6.1 has been released! It’s been a while since our previous release. We were looking at fixing some elusive edge cases related to focus and blur, but we never quite got the fix right. If there’s any area of jQuery that’s hard to change, it’s likely related to focus somehow. We’re leaving those as-is for now and will address them in the future, especially since the changes may end up warranting a major version release.





Symfony 6.1.4 released

Symfony 6.1.4 has just been released.
Here is the list of the most important changes since 6.1.3:





Symfony 6.0.12 released

Symfony 6.0.12 has just been released.
Here is the list of the most important changes since 6.0.11:





Symfony 5.4.12 released

Symfony 5.4.12 has just been released.
Here is the list of the most important changes since 5.4.11:





Symfony 4.4.45 released

Symfony 4.4.45 has just been released.
Here is the list of the most important changes since 4.4.44:





Heroicons 2.0 are here


The makers of Tailwind CSS released Heroicons 2.0, a set of 264 hand-crafted SVG icons for the web.
The post Heroicons 2.0 are here appeared first on Laravel News.





Working with Laravel Model Events


When working with Eloquent Models, it is common to tap into the events dispatched through the Models lifecycle.
The post Working with Laravel Model Events appeared first on Laravel News.