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

Decouple deps add install command #10

Merged
merged 6 commits into from
Jun 12, 2024

Conversation

thejmitchener
Copy link
Member

@thejmitchener thejmitchener commented Jun 11, 2024

Focuses on decoupling the dependencies installation command within the project. By moving the dependencies installation logic to a dedicated NavigationInstallCommand class, the codebase becomes more organized and follows better separation of concerns.

The NavigationInstallCommand class now handles the installation of specific packages like ralphjsmit/laravel-glide, enhancing the modularity and maintainability of the project. This change allows for better encapsulation of the installation process and improves code readability and reusability.

Overall, this decoupling of the dependencies add install command streamlines the codebase and promotes a cleaner architecture within the project.

thejmitchener and others added 6 commits June 11, 2024 14:12
…packages and dependencies in the Navigation package.
…es and update composer with specified stability and preferences.
…cies and change the order of flags in the composer require command. The changes were made to ensure that the correct dependencies are installed and to improve the efficiency of the composer update command.
The changes were made to remove an unused repository and update the dependency for livewire/livewire to the latest version.
@thejmitchener thejmitchener merged commit e5489f5 into main Jun 12, 2024
7 of 10 checks passed
@thejmitchener thejmitchener deleted the decouple-deps-add-install-command branch June 12, 2024 18:18
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