News


09/06/2023 - 16:21


The Laravel Collective recently announced that they are abandoning the project, and once Laravel 11 is out, it'll no longer work.
The post Laravel Collective HTML package is abandoned appeared first on Laravel News.





09/06/2023 - 16:00


SymfonyLive Berlin 2023 will start in a month's time!





09/06/2023 - 10:20

PHP Conference Japan 2023 is the largest PHP event in Japan and has been held once a year since 2000.
As an event for a popular language, it is attended by a wide range of web engineers, from beginners to advanced users.

Date: October 8, 2023
Location: Tokyo, Japan.

For more details, See the event page.





09/06/2023 - 05:09


This week, the Laravel team released v10.21.1 and v10.22 with ULID testing helpers, precognition testing helpers, Enum support with Rule::in(), and more:
The post Laravel 10.22 Released appeared first on Laravel News.





09/05/2023 - 20:20


This week, the Laravel team released v10.21 with new string helper methods, countable failed job providers, improved HTTP pool return type, and more.
The post Laravel 10.21 Released appeared first on Laravel News.





09/05/2023 - 11:17

Symfony has been on a multi-year effort to add all PHP type declarations to its code. After adding parameter types in Symfony 5, and many return types in Symfony 6, we are getting close to end of the initiative in Symfony 7.0.





09/05/2023 - 04:47


You can run GitHub actions locally with a CLI tool called nektos/act which reads your .github workflows and determines the actions that need to run.
The post Run GitHub Actions Locally with Act appeared first on Laravel News.