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.

[news] Yii HTML 3.10

Version 3.10 of Yii HTML package is released. Here are the list of improvements and fixes included in the new version:





[news] Yii RBAC 2.1

Version 2.1 of Yii RBAC package is released.

  • Added optional $clock parameter to Manager constructor to get current time.
  • Changed PHP constraint in composer.json to 8.1 - 8.4.
  • Fixed bug when default roles were not checked in Manager::userHasPermission().




WordPress 6.8 Release Candidate 3

The third release candidate (“RC3”) for WordPress 6.8 is ready for download and testing!

This version of the WordPress software is under development.  Please do not install, run, or test this version of WordPress on production or mission-critical websites.  Instead, it’s recommended that you evaluate RC3 on a test server and site.





Model Resource Helper Functions in Laravel 12.7


The Laravel team released v12.7.0 recently, which includes two excellent new features: resource helper functions for models and a whereAttachedTo() Eloqent method.





Laravel Unique


Laravel Unique provides a model trait to automatically append a value to model values that should be unique.





Eloquent Fill and Insert Method in Laravel 12.6


The Laravel team released v12.6.0, which includes an Eloquent fillAndInsert() method, a URI path segments helper, a Password appliedRules() method, and more.





How to Get Hired and Hire Better with Dave Hicking

We sat down with Dave Hicking to talk about LaraJobs' new section of articles and videos to help you advance your career and improve your hiring processes.





Simplify Real-Time Notifications with Laravel's Anonymous Broadcasts


Accelerate real-time feature development in Laravel with anonymous broadcasts that eliminate the need for dedicated event classes, offering a fluent API for sending ad-hoc notifications directly to your frontend.