✨ What's Changed
Improved Directory Management for test scaffolding when installing React or Vue:
InstallReact.php and InstallVue.php now ensure the tests/Feature/SocialitePlus directory is created and relevant test files are copied.
Prevents test files from being overwritten or recreated when the package is updated.
Code Cleanup:
Removed redundant logic from SocialitePlusServiceProvider.php that previously handled test file creation. This responsibility is now centralized within the install commands.
🐛 Bug Fixes
Fixed an issue where test files were overwritten during package updates by moving their creation logic to install commands.