You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
RamiMustaklem
changed the title
CRUD publish config publishes into "resources\config" folder instead of "app\config"
CRUD publishes into "resources\config" folder instead of "app\config"
Oct 21, 2016
You're totally right. It's now fixed in 3.1.34. A composer update should fix that for you.
Cheers!
RamiMustaklem
changed the title
CRUD publishes into "resources\config" folder instead of "app\config"
CRUD publishes into "resources\config" folder instead of "\config\"
Oct 21, 2016
php artisan vendor:publish --provider="Backpack\CRUD\CrudServiceProvider" --tag="config"
The text was updated successfully, but these errors were encountered: