-
Notifications
You must be signed in to change notification settings - Fork 1
Develop/v0.1.0: First Alpha release. #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…table if it it set to null
…om the table if it is set to null
…ion into develop/v0.1.0
…ed content to the readme.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request represents the initial alpha release (v0.1.0-alpha) of the Laravel DB Encryption package. Key changes include unit tests for core encryption functions, complete package scaffolding including traits, controllers, migrations, and updated documentation supporting the installation and usage of the package.
Reviewed Changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
tests/Unit/EncryptorTest.php | Added unit tests for encryption, decryption, and error cases. |
tests/TestCase.php, tests/Pest.php, tests/Feature/ExampleTest.php | Introduced or updated testing configurations and examples. |
src/Traits/HasEncryptedAttributes.php | Added encryption/decryption trait for models. |
src/Providers/DbEncryptServiceProvider.php | Provides service registration and configuration publishing. |
src/Models/EncryptedAttributes.php | Defined the Eloquent model for encrypted attributes storage. |
src/Http/Controllers/DbEncryptController.php, BaseController.php | Core encryption controller and its base controller implementation. |
src/Helper/Encryptor.php | Defined encryption and decryption helper functions. |
phpunit.xml, database migrations, factories, config, README.md, LICENSE, CONTRIBUTING.md, CODE_OF_CONDUCT.md, CHANGELOG.md | Package configuration, migration, documentation, and project metadata. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Refer to CHANGELOG.md