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.

TallStackUI - a new component library for TALL Stack apps

TallStackUi is a library of ready-to-use components for TALL Stack (Tailwind, Alpine.js, Laravel, and Livewire) applications.





Laravel 10.34 Released

This week, the Laravel team released v10.34, adding a missing() method that applies to route groups, an alias for the new Number class, an extensions validation rule, and more. Here is a bit more info about the new features introduced this week:





Generate Validation Rules from a Database Schema in Laravel

Laravel Schema Rules is a package that automatically generates basic Laravel validation rules based on your database table schema. You can use this package as a starting point to quickly create boilerplate rules and optimize as needed.





PHP 8.3 is released with typed class constants, a json_validate function, and more

The PHP team has released PHP 8.3 today with typed class constants, a json_validate() function, dynamically fetching a class constant, the #[Override] attribute, and more:





Write API Integrations and SDKs in an Elegant Way

Fansipan is a simple package that allows you to write your API integrations or SDKs in an elegant way:





Brevo Webhook Manager CLI for Laravel

The Brevo Webhook Manager CLI for Laravel provides a convenient way to manage Brevo webhooks from the CLI:





Stress testing with Pest with the new Stressless plugin

The PEST team just announced the release of a brand new plugin for Pest PHP: Stressless.