qcod / laravel-app-settings

Store settings in database with a manager UI for your Laravel app
MIT License
338 stars 53 forks source link

unable to locate publishable resources #27

Open rogerad opened 4 years ago

rogerad commented 4 years ago

artisan vendor:publish --provider=\"QCod\AppSettings\AppSettingsServiceProvider\" --tag=\"config\"

C:\xampp\php\php.exe C:\xampp\htdocs\LARAVEL71\artisan vendor:publish --provider=\"QCod\AppSettings\AppSettingsServiceProvider\" --tag=\"config\" Unable to locate publishable resources. Publishing complete.

rogerad commented 4 years ago

also i cannot run artisan config:cache after install the package

C:\xampp\php\php.exe C:\xampp\htdocs\LARAVEL71\artisan config:cache Configuration cache cleared!

In ServiceProvider.php line 67:

array_merge(): Expected parameter 2 to be an array, int given

Process finished with exit code 1 at 17:38:42.