laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.62k stars 11.03k forks source link

[11.x] Add builder and collection to `ModelInspector` #53565

Closed cosmastech closed 3 days ago

cosmastech commented 3 days ago

This adds the collection class and builder class to the output of ModelInspector.

I did not add these to the output of model:show because I wasn't sure if changing the signatures of display(), displayCli(), displayJson() would be considered a BC. Happy to add it