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.

Laravel Examples


Laravel Examples is a catalog of code examples, structured by topic and by the project.
The post Laravel Examples appeared first on Laravel News.





A Week of Symfony #756 (21-27 June 2021)

This week, Symfony development activity focused on fixing bugs across its entire codebase. Meanwhile, the ephemeral Symfony online store announced that it will close at the end of the month. Don't miss this last opportunity to get your official Symfony swag!





WordPress 5.8 Beta 4

WordPress 5.8 Beta 4 is now available for testing!

This software is still in development, so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.

You can test the WordPress 5.8 Beta 4 in three ways:





Validate Allowed Email Domains in Laravel


The Email Domain Rule package for Laravel can define a subset of allowed email domains you can use within a validator.
The post Validate Allowed Email Domains in Laravel appeared first on Laravel News.





PHP 8.1.0 Alpha 2 available for testing

The PHP team is pleased to announce the second testing release of PHP 8.1.0, Alpha 2. 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 2 please visit the download page.

Please carefully test this version and report any issues found in the bug reporting system.





Laravel 8.48 Released


The Laravel team released 8.47 with an on-demand filesystem disk, the ability to prune failed queue jobs, and the latest changes in the 8.x branch.
The post Laravel 8.48 Released appeared first on Laravel News.





Laravel Google Fonts Package


Laravel Google Fonts is a package by Spatie to manage self-hosted Google Fonts in Laravel apps.
The post Laravel Google Fonts Package appeared first on Laravel News.