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.

A Week of Symfony #866 (31 July - 6 August 2023)

This week, the upcoming Symfony 6.4 and 7.0 versions merged more than 60 pull requests with new features. Meanwhile, Symfony launched a new initiative to help you organize your next Symfony-related meetup.





Notice of XSS issue affecting Angular Universal 16.1.0–16.1.1

Last month marked the 13th anniversary of Angular’s red shield. AngularJS was the starting point for a new wave of JavaScript frameworks emerging to support the increasing need for rich web experiences. Today with a new look and a set of forward-thinking features we bring everyone along to the future with version 17, setting new standards for performance and developer experience.





PHP 8.0.30 Released!

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

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

For source downloads of PHP 8.0.30 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.





PhpStorm now has built-in support for Laravel Pint


PhpStorm 2023.2 is now released and includes built-in support for Laravel Pint.
The post PhpStorm now has built-in support for Laravel Pint appeared first on Laravel News.





Aaron Francis's "Publishing Your Work" talk from Laracon


Aaron Francis closed out Laravel with a powerful talk on publishing your project and ideas, and how doing so can bring you luck.
The post Aaron Francis's "Publishing Your Work" talk from Laracon appeared first on Laravel News.





Stephen Rees-Carter's "Th1nk Lik3 a H4cker" talk from Laracon


Learn how to think like a hacker by exploring common hacking techniques and vulnerabilities that applications may face.
The post Stephen Rees-Carter's "Th1nk Lik3 a H4cker" talk from Laracon appeared first on Laravel News.





Diana Scharf's "Inertia.js" talk from Laracon


Watch Diana Scharf's "Inertia.js" talk to gain a deep understanding of using Inertia.js to create modern, single-page applications with a familiar Laravel development experience.
The post Diana Scharf's "Inertia.js" talk from Laracon appeared first on Laravel News.





PHP 8.3.0 Beta 2 available for testing

The PHP team is pleased to announce the second beta release of PHP 8.3.0, Beta 2.
This continues the PHP 8.3 release cycle, the rough outline of which is specified in the
PHP Wiki.

For source downloads of PHP 8.3.0 Beta 2 please visit the download page.





Livewire Volt Has A New Class-based API


Volt introduced a new class-based syntax for Volt components. This allows you to write Livewire components using the more traditional syntax you're used to, but still all inside your Blade files.
The post Livewire Volt Has A New Class-based API appeared first on Laravel News.