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.

Visit is a Beautiful HTTP CLI Tool for Humans


Visit is a CLI tool by Spatie to see an HTTP response in a beautiful way.
The post Visit is a Beautiful HTTP CLI Tool for Humans appeared first on Laravel News.





A Week of Symfony #795 (21-27 March 2022)

This week, Symfony development activity focused on fixing bugs, especially on the HttpClient component, and polishing the new features of the upcoming Symfony 6.1 version, such as the new local switcher.





[news] HTML 2.3.0

HTML package version 2.3.0 was released.
In this release added classes for tags:

  • Title,
  • H1,
  • H2,
  • H3,
  • H4,
  • H5,
  • H6,
  • Picture,
  • Audio,
  • Video,
  • Source,
  • Track.




Get Creative with the All-New Pattern Creator

It’s been less than a year since the WordPress Pattern Directory was launched, and we already have more exciting news to share. The Pattern Creator is live! You can now build, edit, and submit your best block patterns to the Pattern Directory—submissions are open to all with a WordPress.org user account!





Glob-like File and Pattern Matching Utilities for PHP


Splat is a utility that provides glob-like file and pattern matching for PHP.
The post Glob-like File and Pattern Matching Utilities for PHP appeared first on Laravel News.





[extension] sadi01/yii2-iran-national-code-validator

Yii2 Iran National Code Validator

  1. Installation
  2. Usage

NationalCodeValidator validates that the attribute value is a valid Iran national code.
Installation The preferred way to install this extension is through composer.





[extension] sadi01/yii2-daterangepicker

Yii2 Bootstrap Date Time Range Picker

  1. Installation
  2. Usage
  3. More Examples

Persian date range picker for Yii2 framework.
This is the daterangepicker widget and a Yii 2 enhanced wrapper for the daterangepicker.





[extension] sadi01/yii2-mutex-filter

Yii2 Bootstrap Date Time Range Picker

  1. Installation
  2. Usage
  3. More Examples

Persian date range picker for Yii2 framework.
This is the daterangepicker widget and a Yii 2 enhanced wrapper for the daterangepicker.





[news] Test Support 1.4.0

Test Support package version 1.4.0 was released. There a few changes in SimpleContainer::has() method:

  • added abilitiy set custom callback;
  • catch only \Yiisoft\Test\Support\Container\Exception\NotFoundException instead of \Throwable.