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.

Dispatch Laravel Jobs Via Artisan


Laravel Artisan Dispatchable is a package by Spatie to register queue jobs as Artisan commands.
The post Dispatch Laravel Jobs Via Artisan appeared first on Laravel News.





A Week of Symfony #758 (5-11 July 2021)

This week, Symfony development activity focused on adding more types, including union types, to all components in the upcoming 6.0 version. Meanwhile, Symfony 5.4 added support for the scalar backed enumerations defined by PHP 8.1.





Add Version Control to Laravel Models


Version Control for Laravel is a package that provides database version control for Eloquent models.
The post Add Version Control to Laravel Models appeared first on Laravel News.





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: