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.

[news] Bootstrap 5 extension version 2.0.2 released

New version of Bootstrap 5 extension for Yii 2 was released. Version 2.0.2 is fixing a number of bugs found since latest release and is bringing back Alert close button API that is available in previous Bootstrap versions.





[news] Yii View 4.0.0

Yii view package version 4.0.0 was tagged.
CsrfInjection now injects a stringable CSRF object with methods getToken(), getParameterName(), getHeaderName() and hiddenInput() instead of string token to common parameters.





[news] CSRF 1.1.0

Yii view package version 4.0.0 was tagged.
CsrfInjection now injects a stringable CSRF object with methods getToken(), getParameterName(), getHeaderName() and hiddenInput() instead of string token to common parameters.





Enforce the Disposal of Objects in PHP


The using() PHP package enforces the disposal of objects in PHP
The post Enforce the Disposal of Objects in PHP appeared first on Laravel News.





Redesigning the Symfony Docs Website

A few days ago we unveiled the redesign of the Symfony Documentation website.
In addition to the new visual design, we revamped all the internals used to
build the docs from their source. This article explains how we did it.





PHP 8.0.12 Released!

The PHP development team announces the immediate availability of PHP 8.0.12. This is a security fix release.

All PHP 8.0 users are encouraged to upgrade to this version.

For source downloads of PHP 8.0.12 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.





Crawl and Index Your Website with Laravel Site Search


Laravel Site Search is a package by Spatie to create a full-text search index by crawling your site.
The post Crawl and Index Your Website with Laravel Site Search appeared first on Laravel News.