so I have created my own blog package in a structure of Packages/Sitemanager/Blog I have a service provider that looks like the following:
Packages/Sitemanager/Blog
names
For the Laravel 7(and properly 6):
use Illuminate\Support\Facades\Artisan; Artisan::call('migrate');
will greatly work.