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.

A Week of Symfony #799 (18-24 April 2022)

This week, Symfony development focused on the upcoming Symfony 6.1 version, finishing some new features for it and polishing its already merged new features.

Symfony development highlights

This week, 31 pull requests were merged (25 in code and 6 in docs) and 23 issues were closed (16 in code and 7 in docs) by 24 authors. See details for code and docs.





End of Call for Papers for SymfonyCon Disneyland Paris 2022

We're so excited to meet you at SymfonyCon Disneyland Paris 2022 to enjoy a week of Symfony in the fantastic Disneyland Paris theme park.





Service Providers in Laravel: What They Are and How to Use Them


For those who haven't actively used Service Providers in Laravel, it's a mystical "term": what "service" do they actually "provide", and how exactly does it all work? I will explain it in this article.
The post Service Providers in Laravel: What They Are and How to Use Them appeared first on Laravel News.





[news] ApiDoc extension version 3.0.5 released

We are very pleased to announce the release of the ApiDoc extension version 3.0.5.
This patch version fixes empty visibility in methods and properties.
See the CHANGELOG for a full list of changes.





Wrekin

Completed Drupal site or project URL: https://www.wre





Manage Application Redirects with the Laravel Redirection Package


Laravel Redirection is a Laravel +8 package to manage URL redirections inside your Laravel application.
The post Manage Application Redirects with the Laravel Redirection Package appeared first on Laravel News.





[extension] yii2-new-pusher

yii2-new-pusher
A Yii2 extension for Pusher.com
This is an extension for Yii2 that makes it easy to use Pusher.
Add it to the composer file:





Laravel 9.9 Released


The Laravel team released 9.9 with a configurable pluralizer, getAllTables() support for SQLite and SQLServer, an Eloquent Builder convenience method, and more.
The post Laravel 9.9 Released appeared first on Laravel News.





Ember 4.3 Released

Today the Ember project is releasing version 4.3 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.4 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The ember-try addon is a great way to continuously test your projects against the latest Ember releases.
You can read more about our general release process here: