Publish store migrations
php artisan vendor:publish --tag=theme-store-migrations
Apply migrations
php artisan migrate --path=/database/migrations/laravel-ready/theme-store
Publish store configs
php artisan vendor:publish --tag=theme-store-config
Publish store assets
php artisan vendor:publish --tag=theme-store-assets
Publish store views
php artisan vendor:publish --tag=theme-store-views