Fix | base:feature | New feature stub now mirrors the updated childpage view #842
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.
Fixes php artisan base:feature initial state
Ensures the file generated after creating a new feature mirror the rest of the site structure.
Reason for Change
After generating a new feature, the previous stub file didn't match the current childpage structure, causing failed tests.
It was also causing a duplicate inclusion of the
component-loop.Demo / Context
This updates the view to match the latest childpage.blade.php file to ensure it functions like the rest of the pages.
Final Checklist
Testing Notes
After creating a feature, test with the
make runtestscommand to ensure everything is functional.