bakerkretzmar / nova-settings-tool

Laravel Nova tool to view and edit application settings.
MIT License
167 stars 32 forks source link

Error After Installing #25

Closed jahid56 closed 5 years ago

jahid56 commented 5 years ago

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

bakerkretzmar commented 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.

jahid56 commented 5 years ago

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

bakerkretzmar commented 5 years ago

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.

jahid56 commented 5 years ago

I am just upgrading the version & the Issue solve automatically. Thank You for this amazing packgae