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.

Learn Laravel Sushi - The array driver for Eloquent


Sushi is Eloquent's missing "array" driver because sometimes you want to use Eloquent without dealing with a database.
The post Learn Laravel Sushi - The array driver for Eloquent appeared first on Laravel News.





PHP 8.1.22 Released!

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

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

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





PATH settings for Laravel


The $PATH variable sets the directories your system looks for when finding commands to run. In this quick tutorial, learn how to customize this to make finding things easier.
The post PATH settings for Laravel appeared first on Laravel News.





Concerns over the European Union’s Cyber Resilience Act (CRA)

As the world’s most popular open source content management system, WordPress acknowledges the European Union’s initiative to bolster the cybersecurity of digital hardware and software products with the Cyber Resilience Act (CRA). The Act’s effort to counter the increasing threat of cyberattacks and promote informed usage of digital products with increased security updates and transparency is commendable. 





Laravel Prompts is Now Available in Laravel 10.17


The Laravel team released v10.17 with Laravel Prompts, a config:show Artisan command, a Collection method to ensure types and more.
The post Laravel Prompts is Now Available in Laravel 10.17 appeared first on Laravel News.





WordPress 6.3 Release Candidate 3

WordPress 6.3 RC3 is ready for download and testing.

This version of the WordPress software is under development. Please do not install, run, or test this version on production or mission-critical websites. Instead, you should evaluate RC3 on a test server and site. 

The WordPress 6.3 release is scheduled for August 8, 2023—just one week away. Now is your last opportunity to test it before the general release. 





New Meteor.js 2.13, Node.js 14.21.4 security patch and Blaze 2.7.1 release

Meteor.js 3 is officially here!Meteor simplifies the development of multiplatform applications by offering a stack focused on speeding up delivery. It integrates with the modern JavaScript ecosystem and provides a robust tool for implementing real-time capabilities in your app.





Filament v3 just launched


Filament v3 is now out and includes many new features, a completely refreshed UI, a new website, Livewire 3 support, and more!
The post Filament v3 just launched appeared first on Laravel News.





Watch Jake Bennett's "State Machines" talk from Laracon


Jake Bennett dives into state machines and how they can be leveraged to manage workflows and state transitions in applications.
The post Watch Jake Bennett's "State Machines" talk from Laracon appeared first on Laravel News.