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.

Pest Architecture Plugin


With the release of PestPHP v2, we can now test the architecture of our applications. In this tutorial, we will walk through how to use this plugin.
The post Pest Architecture Plugin appeared first on Laravel News.





Static Analysis for Laravel Blade Templates


Bladestan adds static analysis in PHPStan for Blade templtes.
The post Static Analysis for Laravel Blade Templates appeared first on Laravel News.





Extending PHP 8.1 enums with attributes


Borrowed from the concept of annotations in other languages, PHP attributes can add powerful functionality to your enums.
The post Extending PHP 8.1 enums with attributes appeared first on Laravel News.





WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto

On Episode fifty-two of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy and special guest Héctor Prieto as they discuss phase three and why it’s more than just collaborative editing!

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.





A Week of Symfony #847 (20-26 March 2023)

This week, the upcoming Symfony 6.3 version continued adding new features: the Messenger component added Clock support in workers and introduced a way to redispatch a message, the translation component improved performance of message extraction and the new Scheduler component added





Modelling Busines Processes in Laravel


As developers, we often map business processes to digital processes, from sending an email to something quite complex. Let's look at how we can clean this up.
The post Modelling Busines Processes in Laravel appeared first on Laravel News.





TypeScript Support Added to Laravel Breeze


The Laravel team released an update to the Laravel Breeze starter kit that includes typescript support.
The post TypeScript Support Added to Laravel Breeze appeared first on Laravel News.