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.

PhpStorm 2022.3 is released with a new UI, PHP 8.2 support, and more


PhpStorm version 2022.3 is here this week with a new UI, PHP 8.2 support, quick-fix previews, code vision, reader mode for PHPDocs, and more.
The post PhpStorm 2022.3 is released with a new UI, PHP 8.2 support, and more appeared first on Laravel News.





Laravel 9.43 Released


The Laravel team released 9.43 this week with the ability to specify columns eagerly with Model::withWhereHas(), model policies listed in model:show, and more.
The post Laravel 9.43 Released appeared first on Laravel News.





Neovim as a PHP and JavaScript IDE


Laracasts has a new series featuring Laravel core member Jess Archer, which teaches you how to turn Neovim into a powerful PHP and JavaScript editor.
The post Neovim as a PHP and JavaScript IDE appeared first on Laravel News.





Using DTOs to keep context


DTOs, or Data Transfer Objects, can be used for so much. Since PHP 8 was released, creating these fantastic classes in your projects has never been easier.
The post Using DTOs to keep context appeared first on Laravel News.





Laravel Waterline: UI for Workflows


Laravel Waterline is an elegant UI for monitoring Laravel Workflows using the laravel-workflows package.
The post Laravel Waterline: UI for Workflows appeared first on Laravel News.





Creating a Password Generator


Password generation is something we all think about doing at some point, but how can we go about doing it and making these passwords easy to remember and secure
The post Creating a Password Generator appeared first on Laravel News.





Fun with Refactoring


Refactoring isn't a dirty word, quite the opposite. Refactoring is something that you do when you have leveled up or generally improved.
The post Fun with Refactoring appeared first on Laravel News.