Skip to content

Instantly share code, notes, and snippets.

View yet-ntlan's full-sized avatar

yet Ngo Lan yet-ntlan

View GitHub Profile
@yet-ntlan
yet-ntlan / gist:3581a15d126243019d01ad7d6a648c3b
Created October 18, 2025 04:31
Laravel 12 API Guide with HasQueryBuilder Trait
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Laravel 12 API Guide with HasQueryBuilder Trait</title>
<style>
body { font-family: Arial, sans-serif; margin: 20px; }
h1, h2 { color: #2c3e50; }
pre { background: #f4f4f4; padding: 10px; border: 1px solid #ddd; overflow-x: auto; }