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.

Sublime Text 4


The first stable release of Sublime Text 4 is here with new features like Tab Multi-Select, Context-Aware Auto Complete, and more.
The post Sublime Text 4 appeared first on Laravel News.





New in Symfony 5.3: Notifier Integrations

The Notifier component was introduced in Symfony 5.2 as the best way to send
notifications via one or more channels (email, SMS, chats, etc.) The component
is already integrated with dozens of services, but in Symfony 5.3 we’ve added
many more integrations:
Chatting services





The Ember JS Framework Takes the GAAD Pledge

As we join Global Accessibility Awareness Day (GAAD) in celebrating its tenth anniversary, we are delighted to announce that the Ember JavaScript Framework has taken the GAAD pledge to make accessibility a core value of our framework.





How Avion Brings User Story Mapping To Product Teams using Meteor

Announcing Meteor 2.3.1Announcing Meteor 2.3.1: Node 14, removal of deprecated APIs, improved HMR, and much moreMeteor 2.3 & 2.3.1 bring a lot of long-expected upgrades and improvements. It also has a small diet with the removal of long deprecated code in packages which allows us to more focus on the future.





Symfony 5.3.0-RC1 released

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





Symfony 5.2.9 released

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





Defining Default Password Validation Rules in Laravel


The Password Validation Rule Object now supports the ability to define default password rules you can use across your application.
The post Defining Default Password Validation Rules in Laravel appeared first on Laravel News.