News


08/04/2022 - 15:30

Ember 4.5 introduced a long-awaited feature: the ability to use normal JavaScript functions as helpers.
Today, this means two things:

  1. You can use (bound) methods on your backing class as helpers directly.
  2. You can define function-based helpers without importing and using helper().

In the future, it will also work extra nicely with the upcoming feature!
Let's see what each of those looks like.





08/04/2022 - 15:10


Statix Server is an object-oriented wrapper around PHP's built-in server.
The post Statix Server is an Object-oriented Wrapper for PHP's Built-in Server appeared first on Laravel News.





08/04/2022 - 14:33

The PHP development team announces the immediate availability of PHP 8.1.9. This is a bug fix release.

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

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





08/04/2022 - 10:30

The PHP team is pleased to announce the second beta release of PHP 8.2.0, Beta 2. 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 Beta 2 please visit the download page.
Please carefully test this version and report any issues found in the bug reporting system.





08/04/2022 - 10:10

The PHP development team announces the immediate availability of PHP 8.0.22. This is a bug fix release.

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

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





08/03/2022 - 15:00


The Laravel team released 9.23 with an artisan docs command, Vite support for CSP/SRI, a new fluent JSON assertion method and more.
The post New artisan docs command in Laravel 9.23 appeared first on Laravel News.





08/02/2022 - 03:43


The Laravel Livewire Plugin for Vite configures apps to use Vite with Livewire.
The post Vite Livewire Plugin appeared first on Laravel News.