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

Rearrange Command Classes into Folders and Update Namespace Structure #1762

Merged
merged 26 commits into from
Mar 16, 2024

Conversation

alissn
Copy link
Contributor

@alissn alissn commented Mar 15, 2024

Hi,

This PR should be merged after #1758.

In this pull request, I've organized the command classes into folders and updated the namespace structure. The new
The changes can be viewed in detail here.
structure is as follows:

src/Commands
├── Actions
│   ├── CheckLangCommand.php
│   ├── DisableCommand.php
│   ├── DumpCommand.php
│   ├── EnableCommand.php
│   ├── InstallCommand.php
│   ├── ListCommand.php
│   ├── ModelPruneCommand.php
│   ├── ModelShowCommand.php
│   ├── ModuleDeleteCommand.php
│   ├── UnUseCommand.php
│   ├── UpdateCommand.php
│   └── UseCommand.php
├── Database
│   ├── MigrateCommand.php
│   ├── MigrateRefreshCommand.php
│   ├── MigrateResetCommand.php
│   ├── MigrateRollbackCommand.php
│   ├── MigrateStatusCommand.php
│   └── SeedCommand.php
├── Make
│   ├── ChannelMakeCommand.php
│   ├── CommandMakeCommand.php
│   ├── ComponentClassMakeCommand.php
│   ├── ComponentViewMakeCommand.php
│   ├── ControllerMakeCommand.php
│   ├── EventMakeCommand.php
│   ├── FactoryMakeCommand.php
│   ├── GeneratorCommand.php
│   ├── JobMakeCommand.php
│   ├── ListenerMakeCommand.php
│   ├── MailMakeCommand.php
│   ├── MiddlewareMakeCommand.php
│   ├── MigrationMakeCommand.php
│   ├── ModelMakeCommand.php
│   ├── ModuleMakeCommand.php
│   ├── NotificationMakeCommand.php
│   ├── ObserverMakeCommand.php
│   ├── PolicyMakeCommand.php
│   ├── ProviderMakeCommand.php
│   ├── RequestMakeCommand.php
│   ├── ResourceMakeCommand.php
│   ├── RouteProviderMakeCommand.php
│   ├── RuleMakeCommand.php
│   ├── SeedMakeCommand.php
│   └── TestMakeCommand.php
├── Publish
│   ├── PublishCommand.php
│   ├── PublishConfigurationCommand.php
│   ├── PublishMigrationCommand.php
│   └── PublishTranslationCommand.php
├── BaseCommand.php
├── ComposerUpdateCommand.php
├── LaravelModulesV6Migrator.php
├── MigrateFreshCommand.php
└── SetupCommand.php

@alissn alissn marked this pull request as draft March 15, 2024 15:27
@alissn alissn mentioned this pull request Mar 15, 2024
@dcblogdev dcblogdev marked this pull request as ready for review March 16, 2024 23:30
@dcblogdev dcblogdev merged commit b81beee into nWidart:master Mar 16, 2024
4 checks passed
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