Releases: arrilot/laravel-data-anonymization
Releases · arrilot/laravel-data-anonymization
2.0.0
- Anonymizers now use namespaces just like seeders in L8. This prevents many autoloading issues.
- Some bugs in generator are fixed
- All generated anonymizers import Faker by default
Migrate guide
- Add
"Database\\Anonymization\\": "database/anonymization/",
tocomposer.json -> autoload -> psr-4
- Remove
composer.json -> autoload -> classmap ->database/anonymization/ if exists
- Add
namespace Database\Anonymization;
to every class in database/anonymization` folder
Support Laravel 8 and all the future releases.
1.3.0 Laravel 8 support