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.

Collection Customization in Laravel Using CollectedBy


Learn how Laravel's CollectedBy attribute enables declarative collection customization. Discover a cleaner way to implement model-specific collection functionality without overriding traditional methods.





Route Definition Enhancements in Laravel with Enum Integration


Discover Laravel's enhanced enum support in route definitions. Learn how to write cleaner, type-safe routes without explicit enum value access, improving code readability and maintainability.





Interactive Console Commands in Laravel


Learn how to enhance Laravel Artisan commands with interactive prompts using PromptsForMissingInput. Create user-friendly CLI experiences by automatically prompting for missing arguments and options.





Television is a Multi-purpose Fuzy Finder TUI


Television is a blazing-fast general-purpose fuzzy finder TUI. It is highly configurable and allows you to quickly search through all kinds of data sources, such as files, Git history, environment variables, etc.





DevDb - VS Code database management extension launches v2


A lightweight VS Code extension that auto-loads your database and provides affordances from your database to aid development and debugging.





A Fluent Email Validation Rule Added in Laravel 11.38


This week, the Laravel team released v11.38, which includes a fluent Email validation rule, the ability to retrieve a form request or fluent value as an array, a finally() pipeline method, and more.





A Laravel Package to Use the Deepseek API With V3 AI Models


The DeepSeek Laravel package makes using the DeepSeek v3 AI models in your projects easy with PHP and Laravel.





PeckPHP - A CLI tool designed to identify wording or spelling mistakes in your codebase

Peck is a powerful CLI tool designed to identify wording or spelling mistakes in your codebase.





Laravel Debounce


Laravel Debounce is a package that gives you a debounce effect on jobs, notifications and artisan commands with a nice report of occurrences.