laravel-database-encryption
laravel-database-encryption copied to clipboard
Many missing features for more complicated queries
I encountered several issues while i tried to implement it on our laravel project:
- only works on single table queries.
- getAttribute doesn't work on alias column.
- lack of other custom query builder like for whereRaw and orderBy.
i just hope it gets some updates, it looks promising.