Laravel-AdminLTE icon indicating copy to clipboard operation
Laravel-AdminLTE copied to clipboard

Interactive installer should install more

Open CyberPunkCodes opened this issue 4 years ago • 3 comments

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

CyberPunkCodes avatar Mar 27 '21 04:03 CyberPunkCodes

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

dfsmania avatar Mar 27 '21 14:03 dfsmania

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...

CyberPunkCodes avatar Mar 27 '21 18:03 CyberPunkCodes

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

dfsmania avatar Mar 27 '21 23:03 dfsmania