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.

JSON Unicode Cast Type Added in Laravel 12.3


The Laravel team released v12.3.0, which includes a new JSON Unicode cast type, check linked storage status in the "artisan about" command, native JSON and JSONB support in SQLite schemas, and more.





Building an AI-Powered FAQ Chatbot with Livewire & PrismPHP

In this video, we’re building an AI-powered FAQ chatbot in Laravel 12 using Livewire v3 and PrismPHP





AWS Developer Center for PHP


Find tools, docs and sample code to help you run PHP applications on the AWS cloud





Laravel Socialite Plus

Socialite Plus is a Laravel 12 React and Vue starter kit package that streamlines social login for Google, Facebook, GitHub, and LinkedIn.





Intervention Image


Intervention Image provides an easy and expressive way to edit images and supports PHP's two most common image processing libraries GD Library, Imagick or libvips.





Intervention Validation


The Laravel package "Intervention Validation" extends the framework's validation system by adding rules to validate specialized data formats such as IBAN, BIC, ISBN, and credit card numbers.





String Manipulation with Laravel's remove Method


Improve string manipulation in your Laravel applications with the Str::remove method. This utility makes character removal operations more readable while supporting both single character and array-based pattern removal.





Working with Laravel's Uri Class for Enhanced URL Manipulation


Simplify URL handling in your Laravel applications with the powerful Uri class. This fluent interface makes complex URL operations more readable and maintainable while reducing common string manipulation errors.





Enhancing Laravel Authorization with Backed Enums


Enhance your Laravel application's security model with backed enum support for permissions. This feature provides a type-safe approach to authorization checks while improving code readability and maintainability.





Manage Global Data in Laravel with the World Package


The World is a Laravel package that provides a comprehensive list of countries, states, cities, timezones, currencies, and languages.