In the new version 9.32 we have Some of the new features. Adds source file to dd function output https://github.com/laravel/framework/pull/44211 https://www.youtube.com/watch?v=9vfrRAv63ZY dd() and dump() output, adding the source file and line
This adds methods to conveniently retrieve and cast request data as an int and float.
One benefit is that you can commit encrypted files to version control, thus versioning your development setup, staging, etc.
# Specify options php artisan env:decrypt \ --key=h9kAPUmxdZ8ZbwT3 \ --env=production \ --filename=.env" test the performance with the Benchmarking helper https://laravel-news.com/laravel-benchmark https://github.com/laravel/framework/pull/44297 https://www.youtube.com/watch?v=a4cLlxQjMTk https://laravel.com/docs/9.x/helpers#benchmarking