Skip to content

Conversation

@nickdenardis
Copy link
Member

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.

Screenshot 2025-12-01 at 11 22 37 AM

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.

Screenshot 2025-12-01 at 11 28 02 AM

Final Checklist

  • I have reviewed my code and it follows project standards
  • I have tested the changes locally
  • I have added or updated relevant documentation
  • I have added tests (if applicable)
  • I have communicated with the team about necessary post-deploy actions

Testing Notes

After creating a feature, test with the make runtests command to ensure everything is functional.

Screenshot 2025-12-01 at 4 32 19 PM

@nickdenardis nickdenardis added this to the 8.16.0 Release milestone Dec 1, 2025
@nickdenardis nickdenardis self-assigned this Dec 1, 2025
@nickdenardis nickdenardis requested a review from a team as a code owner December 1, 2025 21:35
@coveralls
Copy link

Coverage Status

coverage: 99.083%. remained the same
when pulling abf2c1b on feature/feature-stub
into b0cd6a1 on develop.

@nickdenardis nickdenardis merged commit abf2c1b into develop Dec 2, 2025
2 checks passed
@nickdenardis nickdenardis deleted the feature/feature-stub branch December 2, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants