https://github.com/webman-tech/laravel-database
[READ ONLY] Subtree split from webman-tech/laravel-monorepo
https://github.com/webman-tech/laravel-database
Last synced: 9 months ago
JSON representation
[READ ONLY] Subtree split from webman-tech/laravel-monorepo
- Host: GitHub
- URL: https://github.com/webman-tech/laravel-database
- Owner: webman-tech
- Created: 2025-02-07T09:14:51.000Z (over 1 year ago)
- Default Branch: 12.x
- Last Pushed: 2025-06-04T03:16:50.000Z (12 months ago)
- Last Synced: 2025-07-04T11:44:26.112Z (11 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webman-tech/laravel-database
> Split from [webman-tech/laravel-monorepo](https://github.com/webman-tech/laravel-monorepo)
对 [webman/database](https://www.workerman.net/doc/webman/db/tutorial.html) 的包装
## 使用
`WebmanTech\LaravelDatabase\Facades\DB` 提供更完整的代码提示
```php
use WebmanTech\LaravelDatabase\Facades\DB;
DB::table('users')->get();
```