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.

Ember 4.12 Released

Today the Ember project is releasing version 4.12 of Ember.js, EmberData, and Ember CLI.





SymfonyOnline June 2023 - Is SOLID dead? Let's discuss reusable software design


The next international Symfony conference, SymfonyOnline June 2023, has been scheduled for June 15 to 16. We are currently unveiling the schedule gradually, and additional information can be found here here.





Laravel 10.7 Released


Laravel 10.7 added pipe() to run commands in sequence, setValue() to Validator, and the ability to assert invokable event listeners in tests.
The post Laravel 10.7 Released appeared first on Laravel News.





SymfonyOnline June 2023 - Asynchronous juggling with Symfony HttpClient


The next international Symfony conference, SymfonyOnline June 2023, will take place on:

  • June 13-14: Workshop days. It is possible to attend a two-day training or two one-day trainings. Topics will be available shortly!




Useful Laravel Date Scopes for Eloquent Models


The Laravel Date Scopes package provides some helpful query scopes for your Laravel Eloquent models.
The post Useful Laravel Date Scopes for Eloquent Models appeared first on Laravel News.