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

Interactive installer should install more #843

Open
CyberPunkCodes opened this issue Mar 27, 2021 · 3 comments
Open

Interactive installer should install more #843

CyberPunkCodes opened this issue Mar 27, 2021 · 3 comments
Labels
enhancement Improvement related to this package low-priority Low priority issue or feature

Comments

@CyberPunkCodes
Copy link
Contributor

The interactive installer should also assist with installing the additional items: auth_views, basic_views, basic_routes, main_views

@dfsmania
Copy link
Collaborator

@WadeShuler can you add more details of what you expect. We already have created a wiki page for the Artisan Commands

@dfsmania dfsmania added the waiting-for-info Waiting for author feedback label Mar 27, 2021
@CyberPunkCodes
Copy link
Contributor Author

CyberPunkCodes commented Mar 27, 2021

I kind of expect an interactive installer to be able to install everything.

I don't want the translations, but I want to install EVERYTHING else.

It doesn't look like I can do a --type=full and say without translations.

basic, enhanced, and full all add the translations.

So it seems I would have to use a --only 6 times:

php artisan adminlte:install --only=assets --only=config --only=main_views --only=auth_views --only=basic_views --only=basic_routes

Maybe add a question on the installer, like "Would you like to install additional items?". If yes, then ask them about all of the rest of the items..

Would you like to install additional items?

Would you like to install the main views?
Would you like to install the auth views?
Would you like to install the basic views?
Would you like to install the basic routes?

Maybe there is a way to install everything but the translations and I am missing it?

However, I still think the interactive installer should be able to install these additional items...

@dfsmania
Copy link
Collaborator

@WadeShuler thanks for the feedback, I will take this on consideration for future improvements on the artisan commands.

@dfsmania dfsmania added scheduled Scheduled to work on it enhancement Improvement related to this package and removed waiting-for-info Waiting for author feedback labels Mar 27, 2021
@dfsmania dfsmania removed the scheduled Scheduled to work on it label Apr 14, 2021
@dfsmania dfsmania added the low-priority Low priority issue or feature label Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement related to this package low-priority Low priority issue or feature
Projects
None yet
Development

No branches or pull requests

2 participants