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.

Attach Time-sliced Metadata to Eloquent Models


Laravel Multiplex is a Laravel package to attach time-sliced metadata to Eloquent models.
The post Attach Time-sliced Metadata to Eloquent Models appeared first on Laravel News.





[wiki] How to Create and Use Validator Using Regular expressions

There are Multiple Ways to Create a Validator But here we use Regular Expression or JavaScript Regular Expression or RegExp for Creation Validators. In this article, we will see the most Frequently Used Expression
Step 1 : Create a New Class for Validator like below or Validator
See First Example 10 Digit Mobile Number Validation





PHP 8.2.0 RC 6 available for testing

The PHP team is pleased to announce the release of PHP 8.2.0, RC 6.
This is the sixth release candidate, continuing the PHP 8.2
release cycle, the rough outline of which is specified in the
PHP Wiki.

For source downloads of PHP 8.2.0, RC 6 please visit the
download page.





Composition over inheritance in final classes


Final classes, you either love them or hate them. People have been using them more recently in their open-source packages, but what does that mean for you?
The post Composition over inheritance in final classes appeared first on Laravel News.





Laravel 9.39 Released


The Laravel team released 9.39 this week with Blade template fragments, source output in collection dumps, a new database empty assertion, and more.
The post Laravel 9.39 Released appeared first on Laravel News.





Introducing the grubba-rpc package

RPC TutorialIn this tutorial, I will be teaching how to gradually add to your code base our new package grubba-rpc for more details on what this package ships with, you can check out here.If you want to follow along, you can use this template or get the final source code here.





Ramsey UUID Adds Support for v8


The popular PHP UUID library by Ben Ramsey released a new version with support for UUID v8, custom UUIDs.
The post Ramsey UUID Adds Support for v8 appeared first on Laravel News.