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.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:





Symfony 5.3.4 released

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





Laracon Online Summer 2021


Laracon Online is coming back to you live on September 1st, 2021! No hotels, no airfare, just signup and spend the day watching some of the best speakers right from your computer.
The post Laracon Online Summer 2021 appeared first on Laravel News.





Symfony 4.4.27 released

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





Symfony 5.2.12 released

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





A Week of Symfony #760 (19-25 July 2021)

This week, Symfony development focused again on adding PHP types, which requires adding first all the missing return annotations in lower branches and then adding types to all private, internal, final and test methods in upper branches.





Laravel Prose Linter


Laravel Prose Linter is a package that provides syntax-aware proofreading for your Laravel application.
The post Laravel Prose Linter appeared first on Laravel News.