First, install Laravel fresh project or pick your existing project where already has nwidart/laravel-modules.
If you haven’t install any Laravel project then let’s start and explore it -
composer create-project laravel/laravel:^10.0 example-app
Now ...