Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(laravel): make command writes to app instead of src #6723

Merged

Conversation

vinceAmstoutz
Copy link
Contributor

Q A
Branch? 4.0 (fix for a feature available since 4.0)
License MIT

Updates directory paths from 'src/State/' to 'app/State/' in AbstractMakeStateCommand and PathResolver. This aligns with the standard Laravel directory structure conventions.

Before the files were generated in src/State instead of app/State.

Updated directory paths from 'src/State/' to 'app/State/' in AbstractMakeStateCommand and PathResolver. This aligns with the standard Laravel directory structure conventions.
@soyuka soyuka changed the title Fix correct make state command paths to match Laravel convention fix(laravel): make command writes to app instead of src Oct 14, 2024
@soyuka soyuka merged commit 48ab538 into api-platform:4.0 Oct 14, 2024
59 checks passed
@vinceAmstoutz vinceAmstoutz deleted the fix-make-state-laravel-directories branch October 14, 2024 11:28
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.

None yet

2 participants