You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade of Required PHP Version
The PHP version requirement has been updated to either 8.2 or 8.3, keeping up with the latest tech trends for improved performance and security.
Update to filament and its plugin
The version requirements for "filament/filament" and "filament/spatie-laravel-translatable-plugin" are updated to "^3.2". These updates bring in improved features and functionalities that can enhance the user experience and productivity.
Update to illuminate/contracts
The requirement for the "illuminate/contracts" package is now at either "^10.0 or ^11.0". Such an update brings in potential performance improvements and bug fixes from the newer versions.
New Additions for Development
Several new packages have been added to the require-dev section:
"laravel/pint"
"nunomaduro/collision"
"orchestra/testbench"
"pestphp/pest"
"pestphp/pest-plugin-arch"
"pestphp/pest-plugin-laravel".
These additions provide extensive features and tools aiding the development process, making it easier to maintain and test our code.
Configuration for "allow-plugins"
The configuration for "allow-plugins" has been added for "pestphp/pest-plugin" and "phpstan/extension-installer". This feature helps to control which third-party scripts we allow to execute, introducing an extra layer of security to our workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR for newer version of Laravel 11 and php 8.2 and 8.3.