I want to install this package called Laravel Modules and because my Laravel version is v8, I need to install the version 8 of Laravel Modules as well.
By default the command line for doing that is this:
composer require nwidart/laravel-module
So how can I do that?