🔥 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.
The first parameter is an array for headers, and the second it's the data to be displayed.
Other tips:
🔥 Laravel Tip: the wasChanged method
Apr 8, 2022
🔥 Laravel Tip: orderByPivot
Nov 4, 2022