Last month Shift released the Workbench desktop application. This is a port of the cloud-based Workbench which allows you to run all of its automated tasks conveniently from your local machine.
The post Wrangling code with the Shift Workbench desktop app appeared first on Laravel News.
Laravel Job Chainer is a package to chain Laravel jobs without having to glue them together with a starting job.
The post Laravel Job Chainer appeared first on Laravel News.
Ever wonder what it’s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha’s bloopers.
Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.
This week, Symfony announced the end of the Swiftmailer project in favor of the Symfony Mailer project. Meanwhile, the bundles doc section introduced a redesign that will be used in the future in the entire Symfony docs section.
The PHP team is pleased to announce the release of PHP 8.1.0, Beta 3.
This is the third beta release, continuing 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, Beta 3 please visit the
download page.
The Symfony Mailer component was released for the first time in Symfony 4.3, released in May 2019. Since then,
we have worked on improving it by adding more third-party providers and adding some missing features that were already available
in Swiftmailer, like DKIM support and email signing.
As of Symfony 5.3, all Swiftmailer great features and more are available in Symfony Mailer.
Fisrt version of mutex package was released. This package provides mutex implementation and allows mutual execution of concurrent processes in order to prevent "race conditions". This is achieved by using a "lock" mechanism. Each possibly concurrent processes cooperates by acquiring a lock before accessing the corresponding data.
There are multiple ways you can use the package. You can execute a callback in a synchronized mode i.e. only a
single instance of the callback is executed at the same time:
The Laravel team released 8.55 with conditional validation rule support, trashed routes to include soft-deleted records and the latest changes in the 8.x branch.
The post Conditional Validation Rule Support Added in Laravel 8.55 appeared first on Laravel News.