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

Update Stubs to Follow Laravel Pint Standards #2035

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

solomon-ochepa
Copy link
Contributor

Updated module stubs to follow the Laravel Pint coding standards.
Updated stub files to maintain consistency, readability, and best practices in formatting and structure.

Acceptance Criteria

  • Apply Laravel Pint formatting to all stub files.
  • Ensure that indentation, spacing, and syntax follow Laravel standards.
  • Validate that generated files from stubs match expected formatting.
  • Test stub-based scaffolding to confirm no functional issues.

Following Laravel recent route files recommendation to keep the file clean and simple
Modules are major features, not ordinary components.
Laravel is using component base layouts for a very long time now, why are we still stock with @extends, @section and @yield?
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