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.

4 Common Vite Errors in Laravel


Learn about four common errors you may encounter when using Vite in your Laravel applications. We'll cover possible causes and how to fix them.





Laravel 12 and Laravel Shift with Jason McCreary

We are joined by Jason McCreary to discuss the upcoming release of Laravel 12, the importance of small improvements in the framework, and the role of Laravel Shift in making our lives easier.





Laravel Playwright - Start testing with Playwright quickly


The Laravel Playwright package provides the boilerplate needed to begin testing your Laravel applications with Playwright quickly. This package will help you install all the necessary files and provide Laravel-specific helpers.





Introducing the Laravel Developers Report 2025


Explore the Laravel Developers Report 2025 by Adeva—uncover trends, AI impact, and salary benchmarks to stay ahead in the Laravel ecosystem.





Documenting API authentication in Laravel with Scramble


With Scramble, you can document your API’s authentication setup and even automate authentication requirements based on middleware, avoiding manual annotations.





Phiki: A Powerful PHP-Based Syntax Highlighter for Web and Terminal


Phiki is a PHP syntax highlighter developed by Ryan Chandler used to create code syntax highlighting for both web and terminal.





[news] Yii Validator 2.2

Version 2.2 of Yii Validator package has been released. Here is the list of changes included in the new version:





Profanify


Profanify is a PestPHP Plugin designed to detect and flag instances of profanity within your application.





Artisan Benchmark


This package lets you benchmark your artisan commands providing metrics for Execution Time, Memory Usage, SQL Query Count and Number or Rows returned/affected.





A Week of Symfony #946 (10-16 February 2025)

This week, development activity focused on the upcoming Symfony 7.3 version. We introduced a simpler way to configure DKIM and SMIME options, improved how to work with value objects in the container and added Markdown format support for tables in the console.