Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 laravel 6.x 应用程序中使用 tinker 检查数据库凭据
要运行修补程序:
php artisan tinker
然后运行:
DB::select('SHOW TABLES');