News


12/29/2021 - 06:48


The orhanerday/open-ai package is a PHP SDK for accessing the OpenAI GPT-3 API.
The post OpenAI SDK for PHP appeared first on Laravel News.





12/28/2021 - 06:16


GetCandy is a package that brings functionality akin to Shopify and other e-commerce platforms to Laravel.
The post GetCandy E-commerce Package for Laravel appeared first on Laravel News.





12/27/2021 - 03:17


Scout APM announced a new External Services Monitoring tool for Ruby, Python, and PHP applications.
The post Scout APM Announces Release of External Service Monitoring appeared first on Laravel News.





12/26/2021 - 12:03

This week, Symfony development activity was low because of Christmas holidays
and focused on fixing various small bugs. Meanwhile, the upcoming
Symfony 6.1 version, to be released in May 2022, introduced a new feature to
create draft emails.





12/24/2021 - 05:51


Laravel Auto Binder is a package that binds interfaces to implementations automatically.
The post Laravel Auto Binder: Bind Interfaces to Implementations Automatically appeared first on Laravel News.





12/23/2021 - 03:59


Laravel migration actions is like version control for your migration process, allowing your team to modify and share the application's actionable schema.
The post Laravel Migration Actions appeared first on Laravel News.





12/23/2021 - 02:00

User package got stable release. It provides convenient user identity management and access checking:

  • Login and logout.
  • Getting currently logged in identity.
  • Changing current identity.
  • Access checking for current user.
  • Auto login based on identity from request attribute.
  • Auto login or "remember me" based on request cookie.

Details are available in the package readme.





12/22/2021 - 23:15

Translation message extractor got its first stable version. It is a command-line tool that allows automatically extracting translation IDs from PHP source files and writing them to
one of the translator message sources.