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 #808 (20-26 June 2022)

This week, Symfony officially introduced ux.symfony.com website alongside four new UX components (including a way to render React components and Ajax-powered autocomplete fields). In addition, it improved lazy services to allow using ghost objects and improved the usage of Enums in YAML config files.





Skip Webpack when Testing


Learn how to skip Webpack during your tests or your CI pipeline
The post Skip Webpack when Testing appeared first on Laravel News.





[news] Yii Dependency Injection 1.1.0

Version 1.1.0 of Yii Dependency Injection container is released.
This version raises the minimum psr/container version to ^1.1|^2.0.





PHP 8.2.0 Alpha 2 available for testing

The PHP team is pleased to announce the second testing release of PHP 8.2.0, Alpha 2. This continues the PHP 8.2 release cycle, the rough outline of which is specified in the PHP Wiki.
For source downloads of PHP 8.2.0 Alpha 2 please visit the download page.
Please carefully test this version and report any issues found in the bug reporting system.





Laravel Pint


The long awaited hype train is finally over, Laravels latest open source CLI app has been released and we got our hands on it to tell you all about it.
The post Laravel Pint appeared first on Laravel News.





Laravel 9.18 Released


The Laravel team released 9.18 jam-packed with amazing features and improvements. Let's look at the standout new features now available in Laravel 9!
The post Laravel 9.18 Released appeared first on Laravel News.





Getting started with Laravel Scout and Meilisearch


We have all needed to add some sort of search to our applications before, this tutorial will walk you through how you can use Laravel Scout and Meilisearch.
The post Getting started with Laravel Scout and Meilisearch appeared first on Laravel News.