laravel-database-encryption icon indicating copy to clipboard operation
laravel-database-encryption copied to clipboard

Many missing features for more complicated queries

Open iamphedz opened this issue 1 year ago • 0 comments

I encountered several issues while i tried to implement it on our laravel project:

  1. only works on single table queries.
  2. getAttribute doesn't work on alias column.
  3. lack of other custom query builder like for whereRaw and orderBy.

i just hope it gets some updates, it looks promising.

iamphedz avatar Sep 28 '23 12:09 iamphedz