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.

PHP 8.1.0 Alpha 3 available for testing

The PHP team is pleased to announce the third testing release of PHP 8.1.0, Alpha 3.
This continues the PHP 8.1 release cycle, the rough outline of which is specified in the
PHP Wiki.

For source downloads of PHP 8.1.0 Alpha 3 please visit the download page.
Please carefully test this version and report any issues found in the bug reporting system.





Laravel Auto Routes Package


The Auto Routes package for Laravel is generates routes from a controller using auto-discovery.
The post Laravel Auto Routes Package appeared first on Laravel News.





Build UI Dashboards For Your Laravel Models


Model Stats for Laravel is a package that gives you a statistics dashboard for your Laravel application.
The post Build UI Dashboards For Your Laravel Models appeared first on Laravel News.





Commonmark Markdown Parser v2.0 Beta 3 Released


The PHP League commonmark Markdown v2.0.0 is in beta with a stable release due next month. See how you can help test the upcoming release.
The post Commonmark Markdown Parser v2.0 Beta 3 Released appeared first on Laravel News.





[news] Email log target 1.0.0

First version of email log target package was released.
This package provides the email target for the yiisoft/log allowing to send logs via email.





[news] Mailer 1.0.0 and SwiftMailer 1.0.0

First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:





[news] Yii View 1.0.0

First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:





[news] View Twig Renderer 1.0.0

First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails.
Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:





[news] View 1.0.0

First version of View package is released. This library provides templates rendering abstraction supporting layout-view-subview hierarchy, custom renderers with PHP-based as default and more. It is used in Yii Framework 3 but is supposed to be usable separately.
PHP templates look like the following: