Skip to content

Conversation

@yoeunes
Copy link
Member

@yoeunes yoeunes commented Oct 20, 2024

This pull request includes changes to add an excluded_paths option in the Laravel integration of the php-flasher package. The most important changes include updating the CHANGELOG.md, modifying the FlasherServiceProvider to handle the new option, and updating the Repository.stub to include the new configuration option.

Changes related to the new excluded_paths option:

@yoeunes yoeunes merged commit 57d4665 into 2.x Oct 20, 2024
@yoeunes yoeunes deleted the laravel-excluded-paths branch October 20, 2024 14:08
@what-the-diff
Copy link

what-the-diff bot commented Nov 1, 2024

PR Summary

  • Version and Feature Update in CHANGELOG.md
    The CHANGELOG.md was updated to reflect the latest version, 2.1.1. Moreover, a new feature has been added to Laravel; an excluded_paths option is now available. This will allow users to specify any paths they want Laravel to ignore during its operations.

  • Minor Modification in package-lock.json
    A change was made in the package-lock.json file, specifically in identifying the type of module @clack/prompts/node_modules/is-unicode-supported. Instead of being labeled as "dev" (development), it is now flagged as "extraneous."

  • Added excludedPaths Configuration in FlasherServiceProvider.php
    The code in FlasherServiceProvider.php has been modified to include an excludedPaths configuration. This will be handed over to the FlasherMiddleware constructor, which then allows for certain paths to be ignored during Laravel's workflow.

  • Repository.stub Documentation Update
    Finally, the documentation in Repository.stub has been updated. It now contains information about a new optional property excluded_paths, thereby ensuring that users are fully informed about all customizable aspects of the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants