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

php artisan vendor:publish --tag="settings-migrations" or --tag="settings-config" of the component does not work for fresh install of 3.4.0

Open simontechdev opened this issue 9 months ago • 1 comments

Laravel Settings

v3.4.0

Laravel Version

v10.10

Bug description

Error message when running either vendor:punlish tags described in the documentation produces

"No publishable resources for tag [settings-migration]"

I had to download the zip package and manually copy and rename database migration files to migration folder and the settings.php to config folder.

Steps to reproduce

No response

Relevant log output


simontechdev avatar Feb 02 '25 22:02 simontechdev