News


09/05/2022 - 02:00

Today the Ember project is releasing version 4.7 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.8 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The ember-try addon is a great way to continuously test your projects against the latest Ember releases.
You can read more about our general release process here:





09/04/2022 - 12:36

We are very pleased to announce the release of Redis extension version 2.0.18.
This version adds support for tls scheme. Additionally, Cache::getValue() now returns false in case of missing key.
See the CHANGELOG for details.





09/04/2022 - 12:23

We are very pleased to announce the release of Gii extension version 2.2.5.
This release adds support for the ::class constant in model generator via the useClassConstant setting and fixes a few bugs.
See the CHANGELOG for details.





09/04/2022 - 10:48

This week, development activity mainly focused on fixing bugs and polishing existing features. The upcoming Symfony 6.2 version improved lazy services by generating lazy-loading virtual proxies for non-ghostable lazy services. Lastly, we published an article about revisiting lazy-loading proxies in PHP to explain the latest Symfony changes around lazy-loading objects.





09/02/2022 - 16:50


Content management is a very opinionated topic, and everyone has their favorite platform they like to use.
The post From idea, to blog, to live without leaving your IDE appeared first on Laravel News.





09/01/2022 - 16:11

The PHP team is pleased to announce the first release candidate of PHP 8.2.0, RC 1. This continues the PHP 8.2 release cycle, the rough outline of which is specified in the PHP Wiki.
For source downloads of PHP 8.2.0 RC1 please visit the download page.
Please carefully test this version and report any issues found in the bug reporting system.





09/01/2022 - 15:20

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

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

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





09/01/2022 - 15:07


The Laravel Mail SPF Checker is a package to check if you can send an e-mail through a given mail server in the name of a given e-mail address.
The post Mail SPF Checker for Laravel appeared first on Laravel News.