laradumps / laradumps-core

🛻 LaraDumps Core is a friendly app designed to boost you PHP coding and debugging experience.

Home Page:https://laradumps.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method table() is throwing an Exception in Laravel Projects

dansysanalyst opened this issue · comments

commented

Following the documentation for ds()->table() is throwing the Exception, below.

ds()->table([
        ['id' => 1, 'name' => 'David', 'email' => 'david@example.com'],
        ['id' => 2, 'name' => 'Julia', 'email' => 'julia@example.com'],
     ]);

This bug seems to manifest when dumping an array with the Illuminate\Support\Collection class autoloaded.

I could reproduce it on Laravel and PHP vanilla projects.

CleanShot 2024-02-11 at 17 26 40@2x

commented

Fixed in v1.1.3.