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.

Brevo Webhook Manager CLI for Laravel

The Brevo Webhook Manager CLI for Laravel provides a convenient way to manage Brevo webhooks from the CLI:





Stress testing with Pest with the new Stressless plugin

The PEST team just announced the release of a brand new plugin for Pest PHP: Stressless.





Laravel 10.32 Released

This week, the Laravel team released v10.32, with new conditional push Blade directives, conditional "present" validation rules, and more. Laravel 10 saw 15 individual contributions, including updates, fixes, and improvements. Here is a bit more info about the new features introduced this week:





Laradir: The Laravel developer directory gets a new home

Laradir.com, originally launched in 2022, has been acquired by Simon Hamp, a Laravel developer and active community member. On the acquisition, Simon said:





Mocking APIs in Laravel Tests With Wiremock

Accounting for APIs while testing can be a confusing and sometimes painful process. Whether you are testing client-side components or server-side code, you must somehow mock or fake the request and response in your code.





Turbine UI - Laravel Blade & Tailwind CSS UI Component Library

Turbine UI is a library of web components built for Laravel Blade and styled with Tailwind CSS. Turbine UI has been designed with simplicity and flexibility in mind, making it easy for you to style your apps and features over 30 professionally designed components.





Automatically Upgrade your Laravel Application with the Laravel Updater package

The Laravel Updater package is a CLI command that can check for new versions of your application and upgrade to the latest version with one command.





Laravel 10.31 Released

This week, the Laravel team released v10.31, the ability to place batches within job chains. You can run jobs sequentially, then parallelize a batch of jobs, and continue with the chain once that batch has been completed.