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.

Firebase Cloud Notifications for Laravel


The Syntech Firebase Cloud Messaging (FCM) package for Laravel makes it easy to use Laravel's notification system to send Firebase notifications.





Laravel Toaster Magic


Laravel Toaster Magic is a powerful, lightweight, and flexible toast notification library designed for modern web applications.





PhpStorm 2025.1 is Here


JetBrains released the stable version of PhpStorm 2025.1 this week with new AI features, PHPStan annotation code completion, debugging improvements, code completion for nested variables in .env files, and more.





Laravel Simple RabbitMQ Package


The Simple RabbitMQ package for Laravel makes it simple to use RabbitMQ with support for multiple connections, easy publishing, and consumer mode. Learn how to use RabbitMQ and Laravel using this easy-to-configure package.





Memoized Cache Driver in Laravel 12.9


The Laravel team released v12.9.0, which includes a "memoized" cache driver, convenient relationship autoloading for a model instance, a DB transaction failure callback, and more.





Laravel Cookie Consent


Simple, customizable cookie consent message for Laravel





Herd Xdebug Toggler for Visual Studio Code


Enable or disable Xdebug extension for Laravel Herd





Whisp, a Pure PHP SSH server, with Ashley Hindle

We chat with Ashley Hindle about his newest project, WhispPHP, a Pure PHP SSH server.





Register Now for a Laravel Debugging Workshop by Sentry


Register now for a hands-on demo of monitoring and debugging Laravel applications with Sentry. You will learn how to add tracking context across your stack, see session replays in action, and more!





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.