-
Notifications
You must be signed in to change notification settings - Fork 28
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
Not working with join() #29
Comments
Same have you find any solution ? |
not yet, I'm still waiting, how about you? |
I have sorted it with Laravel relations, and it works fine for me. $data_message = []; |
$salt = substr(hash('sha256', env('APP_KEY')), 0, 16); Just create a sub select query: Table::selectRaw('(select AES_DECRYPT(FROM_bASE64( |
You can also use DB::select and add raw mysql statement `$salt = substr(hash('sha256', env('APP_KEY')), 0, 16); $results = DB::select(" |
It is not working using laravel join()
The text was updated successfully, but these errors were encountered: