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.

Streamlining Context Validation in Laravel


Learn how Laravel simplifies context validation with the new missing() and missingHidden() methods that provide cleaner boolean checks for key existence in your Context service.





Optimizing Actions with Laravel's Fluent Class


Discover how Laravel's Fluent class transforms action implementations by providing built-in data transformation methods and cleaner validation capabilities compared to traditional array approaches.





Navigating Dates Elegantly with Carbon in Laravel


Explore how Laravel's Carbon library simplifies date navigation with intuitive methods for finding specific days and times, making complex scheduling logic more readable and maintainable in your applications.





Boosting Queue Management with Laravel's JobQueueing Event


Learn how Laravel's new JobQueueing event expands your queue system's capabilities by providing a pre-dispatch hook for monitoring and manipulating jobs right before they enter your queue provider.





Enhancing Database Error Diagnostics with Laravel's getRawSql


Discover how Laravel's getRawSql method transforms database debugging by providing complete SQL queries with all bindings integrated, helping developers quickly identify and resolve database errors in their applications.





Laravel Test Assertions Package


The Laravel Test Assertions package is a set of helpful assertions for testing Laravel applications.





PHP DevTools Console


A chrome extension to show PHP (Laravel) devtools console





[news] Yii 1.1.31 is released

We are very pleased to announce that Yii Framework version 1.1.31 is released.
You can download it at yiiframework.com/download/.
Yii 1.1.31 fixes some minor issues and includes a security improvement. See the security advisory for more information.





PHP 8.4.6 Released!

The PHP development team announces the immediate availability of PHP 8.4.6. This is a bug fix release.

All PHP 8.4 users are encouraged to upgrade to this version.

For source downloads of PHP 8.4.6 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.