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.

Using attributes to add value


PHP Attributes were added in version 8.0 of the language, and it has been a misnomer for many developers. What are their benefits, and how can I use them?
The post Using attributes to add value appeared first on Laravel News.





SymfonyOnline June 2023 - ImportMap: Manage Your JS Deps Without Node


SymfonyOnline June 2023 is just around the corner on June 15-16, and we've already announced an impressive lineup of speakers and topics. Visit here to learn more and don't miss out on this exciting opportunity!





Laravel 10.9 Released


Laravel 10.9 is out with new features like defining route middleware with named static methods, HTTP status assertions, and more.
The post Laravel 10.9 Released appeared first on Laravel News.





SymfonyOnline June 2023 - Taming the Forking Beast: Refactoring Monolithic Projects


SymfonyOnline June 2023 is fast approaching on June 15-16, and we've already unveiled an impressive roster of speakers and topics. Click here for more details, and don't let this thrilling occasion slip by!





Top 10 Laravel Audit Security Issues


Let’s dive in and check out the ten most common security issues I've discovered during my security audits.
The post Top 10 Laravel Audit Security Issues appeared first on Laravel News.





Updated documentation on deploying Symfony on Platform.sh

For several years now, we have collaborated closely with Platform.sh to ensure that it remains the top choice for deploying Symfony applications.

In the past, our website had a section devoted to using Symfony on Platform.sh. However, this section only covered the Symfony layer on top of Platform.sh, requiring users to switch back and forth between the Symfony and Platform.sh documentation.





Going past Actions in Laravel


Over the last year or so, the Action based approach has been gaining popularity in the Laravel world. I was a big fan of this and adopted it relatively early on
The post Going past Actions in Laravel appeared first on Laravel News.