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.

How to Use Meteor With React Hooks

Azumuta digitizes shop floor operations & eliminates paperwork with an integrated SaaS platform & mobile app built with Meteor. Here’s why they became #1:[image source: Azumuta]The digital revolution in shop floor operations is rapidly boosting factory productivity and production quality across the board. And we’re here for it!





SymfonyWorld Online 2022 Summer Edition was a blast!

We organized last week the SymfonyWorld Online 2022 Summer Edition event. Over 4 days, 2 days of online workshops and 2 days of online conferences, we met the international Symfony community 100% online! The entire event was a full success:





Symfony in the Cloud: Your enterprise projects on Platform.sh

You may be a passionate developer, a small team, or a big enterprise corporation; Platform.sh can scale with you.
Enterprise projects have specific needs as they're highly critical for your business.
For the most demanding customers, you can opt-in for the Enterprise or Elite tiers from Platform.sh. They bring a lot:





A Week of Symfony #807 (13-19 June 2022)

This week, the SymfonyWorld Online 2022 Summer Edition conference took place with great success. During the conference, we unveiled ux.symfony.com the new website to discover and learn about Symfony UX. Lastly, we announced the first speakers of SymfonyCon Disneyland Paris 2022 (November 17-18, 2022).





[news] Test Support 2.0.0

Test Support package version 2.0.0 was released.
This version raises the minimum psr/log version to ^2.0|^3.0 and the minimum PHP version to 8.0.





Excited to announce the first selected speakers at SymfonyCon Disneyland Paris 2022

The international Symfony conference SymfonyCon Disneyland Paris 2022 is only 5 months away! We're super excited to welcome you from November 15 to 18 for a week of Symfony:





ORM Caching Package for Laravel


LaraCache is an ORM-based package for Laravel to create, update and manage cache items based on model queries.
The post ORM Caching Package for Laravel appeared first on Laravel News.





[news] Error handler 2.1.0

Error handler package was updated with the following enhancements:

  • There is now Yiisoft\ErrorHandler\Event\ApplicationError triggered after the error is handled.
  • Current working directory is restored in error handler so relative paths now work well.
  • Exit is deferred now so custom shutdown handlers are properly triggered.
  • Added markdown support for friendly exceptions.
  • Added support for psr/log 2.0 and 3.0.