Skip to content

Conversation

wazzac
Copy link
Owner

@wazzac wazzac commented Jun 13, 2025

Refer to CHANGELOG.md

@wazzac wazzac requested a review from Copilot June 13, 2025 16:43
@wazzac wazzac self-assigned this Jun 13, 2025
Copilot

This comment was marked as outdated.

@wazzac wazzac requested a review from Copilot June 13, 2025 16:51
Copilot

This comment was marked as outdated.

wazzac and others added 2 commits June 14, 2025 01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@wazzac wazzac requested a review from Copilot June 13, 2025 17:01
Copy link
Contributor

@Copilot Copilot AI left a 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>
@wazzac wazzac merged commit f7b8063 into main Jun 13, 2025
1 check passed
@wazzac wazzac deleted the develop/v0.1.0 branch June 13, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant