What's Changed
🐛 Bug Fixes
- Fixed controller overwriting issue - The package no longer overwrites
TokenController.phpon 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
- @prismosoft - Fix for preventing controller overwrites (#3)
This release ensures your custom controller modifications are safe and won't be lost during package operations.