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.

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.





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.





Managing Multi-Device Sessions with Laravel's Device Logout Feature


Master the implementation of multi-device session management in Laravel. A comprehensive guide to terminating user sessions across devices and strengthening application security.





Managing Data Races with Pessimistic Locking in Laravel


Explore Laravel's pessimistic locking methods to prevent data races in concurrent operations. Learn to implement robust data consistency measures in high-stakes scenarios like financial transactions.





Incorporating URL Fragments in Laravel's Pagination


Discover how to enhance Laravel's pagination with URL fragments. Learn to maintain scroll position and context across page navigation while improving user experience in content-heavy applications.





Working with JSON Column Updates in Laravel


Master Laravel's JSON column update capabilities using the arrow syntax. Learn to efficiently modify specific portions of JSON data in your database while maintaining data integrity and structure.