Skip to content

🚀 Keysmith React v1.0.2 - Controller Protection Fix

Latest

Choose a tag to compare

@deemonic deemonic released this 06 Sep 17:09
97c6dfc

What's Changed

🐛 Bug Fixes

  • Fixed controller overwriting issue - The package no longer overwrites TokenController.php on every artisan command run
  • Added publishable controllers - Users can now explicitly re-publish controllers using php artisan vendor:publish --tag=keysmith-controllers

🔧 Improvements

  • Controllers are now only copied on initial installation if they don't exist
  • User modifications to controllers are preserved across package updates
  • Follows Laravel best practices for package asset publishing

Contributors


This release ensures your custom controller modifications are safe and won't be lost during package operations.