News


03/03/2025 - 06:06


The Svelte Starter Kit for Laravel was created by Osemudiamhen Ughu and provides a Svelte version of Laravel's New Starter Kits.





03/03/2025 - 02:00

Minor version of Yii Definitions package was released.

  • Change PHP constraint in composer.json to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
  • Bump minimal required PHP version to 8.1
  • Improve definition validation for readonly properties and properties with asymmetric visibility
  • Minor performance optimization: use FQN for PHP functions, remove unnecessary conditions
  • Mark readonly properties
  • Explicitly mark nullable parameters




03/02/2025 - 18:30


Command the order of collection keys with Laravel's sortKeysUsing method. Implement custom sorting logic beyond alphabetical arrangements for more intuitive data organization.





03/02/2025 - 18:29


Elevate your Laravel API with the withResponse method. Create professional, metadata-rich responses by customizing headers, status codes, and other HTTP attributes before sending to clients.





03/02/2025 - 10:56

This week, Symfony 6.4.19 and 7.2.4 maintenance versions were released. In addition, the upcoming Symfony 7.3 version added a helper to render directory trees in the console. Lastly, we welcomed four new members to the Symfony Core Team.





03/01/2025 - 16:57


Simplify your Laravel queue chains with direct enum support. Assign jobs to queues using backed enums without explicitly accessing their values for cleaner, more maintainable code.





03/01/2025 - 16:56


Implement secure URL generation in Laravel with the forceHttps method. Automatically enforce HTTPS connections based on your environment while maintaining consistent security across your application.





03/01/2025 - 16:52


Safeguard your Laravel test suite with preventStrayRequests. Catch accidental external HTTP calls and ensure proper request faking for reliable, predictable tests.