laravel-app-settings icon indicating copy to clipboard operation
laravel-app-settings copied to clipboard

unable to locate publishable resources

Open rogerad opened this issue 5 years ago • 1 comments

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 avatar Apr 19 '20 07:04 rogerad

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.

rogerad avatar Apr 19 '20 07:04 rogerad