Laravel-AdminLTE
Laravel-AdminLTE copied to clipboard
Interactive installer should install more
The interactive installer should also assist with installing the additional items: auth_views, basic_views, basic_routes, main_views
@WadeShuler can you add more details of what you expect. We already have created a wiki page for the Artisan Commands
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...
@WadeShuler thanks for the feedback, I will take this on consideration for future improvements on the artisan commands.