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.3.6 released

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





Symfony 5.2.14 released

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





Symfony 4.4.29 released

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





Learn Flexbox Interactively With Tailwind Online


Knights of the Flexbox table is a fun, interactive, and completely free browser game to learn and remember Flexbox with Tailwind CSS.
The post Learn Flexbox Interactively With Tailwind Online appeared first on Laravel News.





Laravel 8.52 Released


The Laravel team released 8.52 with taking multiple items from a collection using shift or pop, a new validation rule to ignore trashed models, and the latest changes in the 8.x branch.
The post Laravel 8.52 Released appeared first on Laravel News.





Symfony 5.3.5 released

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





Symfony 5.2.13 released

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





Symfony 4.4.28 released

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





Build Typescript Interfaces for Laravel Models


Laravel Typescript is a package that lets you generate TypeScript interfaces from your Laravel models.
The post Build Typescript Interfaces for Laravel Models appeared first on Laravel News.





How real-time data works on Meteor — Know your pub/subs

How real-time data works on Meteor — Know your pub/subsLet’s start with how publications and subscriptions work on Meteor, which is the “under the hood” of Meteor’s real-time data model.It’s easier to understand when seeing the flow of new data, excluding client simulations: