News


08/04/2023 - 06:32


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.





08/04/2023 - 06:23


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.





08/04/2023 - 06:15


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.





08/03/2023 - 20:50

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.





08/03/2023 - 18:44


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.





08/03/2023 - 17:50


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.





08/03/2023 - 17:07

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.





08/02/2023 - 23:09


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.