Skip to content

Change default folder ISSUE #867#964

Open
eremognosis wants to merge 1 commit into
MasoniteFramework:2.0from
eremognosis:feature867
Open

Change default folder ISSUE #867#964
eremognosis wants to merge 1 commit into
MasoniteFramework:2.0from
eremognosis:feature867

Conversation

@eremognosis

Copy link
Copy Markdown

CLI now supports folder defaults from the ORM config module
Supported config attributes:

  • MODELS_DIRECTORY
  • MIGRATIONS_DIRECTORY
  • SEEDS_DIRECTORY
  • SEEDERS_DIRECTORY

If one of those attributes is missing, the existing hardcoded fallback is still used:

  • models: app
  • migrations: databases/migrations
  • seeds: databases/seeds

Compatibility Notes

  • Existing commands still work without any config change.
  • Passes the targeted testcases

@eremognosis eremognosis changed the title Change default folder #867 Change default folder ISSUE #867 Apr 25, 2026
@eremognosis

Copy link
Copy Markdown
Author

#867 ISSUE*

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.

1 participant