Hey, my book is finally available. Find it here.  Eloquent Beyond The Basics!

🔥 Laravel tip: Tables in commands

Apr 28, 2022

With Laravel, you can easily create tables in your commands by calling the `$this->table` method.

The first parameter is an array for headers, and the second it's the data to be displayed.
tip-image-0