qirolab/laravel-themer

After install package I haven't file config/theme.php

Closed this issue · 1 comments

How can I resolve this issue?

hkp22 commented

You need to run the following command to publish config/theme.php

php artisan vendor:publish --provider="Qirolab\Theme\ThemeServiceProvider" --tag="config"