Skip to content

Instantly share code, notes, and snippets.

View hrgweb's full-sized avatar

Hergen Roque Gamayon hrgweb

  • philippines
View GitHub Profile
@hrgweb
hrgweb / laravel db select & raw
Last active May 13, 2025 04:52
Laravel: DB::Select
$result = DB::select(
DB::raw("
SELECT *
FROM `messages`
WHERE from_user_id=? AND to_user_id=? OR from_user_id=? AND to_user_id=?
"), [$fromId, $toId, $toId, $fromId]);
@hrgweb
hrgweb / syncSummary.txt
Last active May 2, 2017 01:56
VS Code: Setup & Configuration
VISUAL STUDIO CODE SETTINGS SYNC
Version: 2.6.2
Upload Summary
--------------------
GITHUB TOKEN: Anonymous
GITHUB GIST: 9e1d0f9833dff5b19ae3af817e512cd1
GITHUB GIST TYPE: Secret
// plugins
-emmet
-gist
-file-icons
-language-vue
-minimap
-vue2-autocomplete
-atom-autocomplete-php
-advance-open-file