Closed jahid56 closed 5 years ago
Could you post a full stack trace please?
When you run php artisan vendor:publish --tag="nova-settings-tool"
what's the output?
Are you installing the package for the first time or upgrading from an earlier version?
Thanks.
No I am installing the package for the first time. When I run php artisan vendor:publish --tag="nova-settings-tool"
it shows Publishing complete.
. But there is no file called nova-settings-tool.php
in my config
folder. When I access my website it throws error
Class 'Bakerkretzmar\NovaSettingsTool\SettingsTool' not found
Please post the full output of the command, and a stack trace for the error.
The imports and tools
method of your NovaServiceProvider.php
would be helpful too.
I am just upgrading the version & the Issue solve automatically. Thank You for this amazing packgae
Helo I am just install the package. I am doing the required things that is given by you but is shows an error
Class 'Bakerkretzmar\NovaSettingsTool\SettingsTool' not found
Also When I publish there is no
nova-settings-tool.php
file in config folder. Could not find where the problem is