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 #845 (6-12 March 2023)

This week, the upcoming Symfony 6.3 version added features to create targeted value resolvers, to allow you to select the parser used in DomCrawler component, to support autowiring services as closures using attributes and to





Livestream: Playing with Laravel Pipelines


Take a look at the Laravel Pipeline Facade that has recently been added to the Laravel documentation.
The post Livestream: Playing with Laravel Pipelines appeared first on Laravel News.





Typed Ember is now the Ember TypeScript Core Team!

Last Friday, the Ember project merged RFC #0724: Official TypeScript Support, committing to make TypeScript an officially-supported language for Ember.js. To make that a reality, we also need to have a team dedicated to maintaining Ember’s types and its TypeScript compiler integrations.
Happily, we already have a group of people who do that! For the last five years, Ember has had community-driven TypeScript support, led by the past and present members of the Typed Ember team.





[news] RBAC Cycle DB 1.0

The first stable version of yiisoft/rbac-cycle-db was released.
This package provides Cycle Database storage for Yii RBAC.
Check README for usage example and available options.
Psalm level is 1, the code coverage and MSI are 100%.





WordPress 6.2 Release Candidate 1

WordPress 6.2’s first release candidate (RC1) is here and ready for testing.

Reaching this part of the release cycle is a key milestone. While we consider release candidates ready for final release, additional testing and use by the community can only make it better.





Lint and Fix Your Laravel Code with Duster


Tighten's code linting and fixing tool Duster just reached its 1.0 release. Learn how to install, configure, and run Duster in your projects now.
The post Lint and Fix Your Laravel Code with Duster appeared first on Laravel News.





SymfonyCon Brussels 2023 - Call for paper is open!

SymfonyCon Brussels 2023, our annual International Symfony conference, will take place on December 7 & 8!. Prepare now your participation by submitting a talk or workshop proposal, registering for the conference or becoming a conference partner! See more information below:





Convert HTML Strings to Translation Functions


HTML String Affixer is a package for Laravel to make projects multilingual.
The post Convert HTML Strings to Translation Functions appeared first on Laravel News.





Uploading Files in Laravel Using FilePond


In this article, we will look at how to use a JavaScript library called "FilePond" to upload files in your Laravel applications.
The post Uploading Files in Laravel Using FilePond appeared first on Laravel News.