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.

Flux 2.0 Livewire UI Kit


Flux 2.0 brings advanced components like date pickers, calendars, charts, and more. These components are built lean and dependency-free by the creator of Livewire.





Temporary Context Scope in Laravel 12.1


The Laravel team tagged Laravel v12.1.0, which includes a context scope method, an Arr::partition() method, a getRawSql() method on query exception instances, and more.





Laravel Auto CRUD


Laravel Auto CRUD Generator is a package that streamlines CRUD operations in Laravel by generating all necessary files and logic for a model with a single command, saving time and effort.





Grapheme


A PHP package to measure the width of unicode strings rendered to a terminal.

The post Grapheme appeared first on Laravel News.





Laravel 12 Svelte Starter Kit


The Svelte Starter Kit for Laravel was created by Osemudiamhen Ughu and provides a Svelte version of Laravel's New Starter Kits.





Custom Key Sorting in Laravel Collections


Command the order of collection keys with Laravel's sortKeysUsing method. Implement custom sorting logic beyond alphabetical arrangements for more intuitive data organization.





Resource Response Customization in Laravel APIs


Elevate your Laravel API with the withResponse method. Create professional, metadata-rich responses by customizing headers, status codes, and other HTTP attributes before sending to clients.