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.

Laravel Octane Adds Support for Roadrunner v3


The Laravel team release Octane v2 with support for Roadrunner v3!
The post Laravel Octane Adds Support for Roadrunner v3 appeared first on Laravel News.





Symfony core team members selected at the API Platform Conference 2023

API Platform is an open-source framework based on Symfony that aims to simplify the process of building modern and robust APIs, by providing a comprehensive set of tools and features.

The API Platform Conference is back and will be organized in Lille on September 21st and 22nd 2023! The event is only four months away, and a first set of speakers have been announced. Amongst them, Symfony core team members:





New in Symfony 6.3: Notifier Integrations

The Notifier component provides tens of ready-to-use integrations with
third-party services. From the most popular services (Slack, Telegram, Google
Chat, Amazon, etc.) to the smallest niche services, Symfony Notifier has you
covered for all your notification needs.
In Symfony 6.3 we've introduced lots of new integrations:





Laravel 10.11 Released


Laravel 10.11 is here with the ability to retrieve a timestamp Carbon instance from a UUID, making the new Sleep class macroable, and more.
The post Laravel 10.11 Released appeared first on Laravel News.





Laravel Security Middleware


Middleware isn't something new we have been using it in our applications for a while now for various usages, from Authentication, to Authorization and beyond.
The post Laravel Security Middleware appeared first on Laravel News.





New in Symfony 6.3: DX Improvements (Part 2)

DX (developer experience) improvements are small changes that make your
day-to-day work as developer easier or more pleasant. A few days ago we published
the first DX improvements of Symfony 6.3 and this blog post shows other DX
improvements added by Symfony 6.3.