laravel-settings
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
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