cd hogeproject php artisan tinker
DB::select('SHOW TABLES');
Schema::connection('mysql')->getColumnListing($table_name); DB::select('SHOW COLUMNS FROM table_name'); # カラム詳細確認可能
php artisan route:list --path=model名