News


02/12/2023 - 11:39

This week, Symfony development activity focused on fixing bugs on stable branches. Meanwhile, the upcoming Symfony 6.3 version improved the Bootstrap 5 form theme and switched to a faster hashing algorithm. Lastly, the SymfonyLive Paris 2023 conference published its entire schedule.





02/12/2023 - 02:00

Yii Config package got a minor version.
In this version we add ability to use Config without params.





02/10/2023 - 17:27


Laravel Pennant is a package created by the Laravel team that provides Feature Flags for your applications.
The post Laravel Pennant appeared first on Laravel News.





02/10/2023 - 05:07


JSON:API provides many options for filtering, sorting, and including extra data into the requested data using query parameters. Testing this can be frustrating
The post Testing JSON:API Endpoints with PestPHP appeared first on Laravel News.





02/09/2023 - 05:35


The book Advanced Inertia is the best way to learn how to build complex Inertia-powered apps that are easy to maintain for years to come.
The post Use Inertia.js like a boss appeared first on Laravel News.





02/09/2023 - 03:38


Model JSON for Laravel is a package that allows you to easily export data from specific models in your Laravel application to JSON format.
The post Export Eloquent Models to JSON Files appeared first on Laravel News.





02/08/2023 - 20:03

Yii Config package got a minor version.
In this version we raised the minimum version of PHP to ^8.0 and make a few additions and improvements:

  • added ability to change merge plan file path;
  • improved performance of collecting data for ReverseMerge and RecursiveMerge.




02/08/2023 - 15:34


Laravel 10's Artisan test command, features the "--profile" option, which will allow you to easily pinpoint slow tests in your application.
The post Laravel 10 will include a profile option to find slow tests appeared first on Laravel News.