🔥 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 retry helper
Apr 19, 2022
🔥 Laravel tip: Query Time Casting
Mar 15, 2022
🔥 Laravel Tip: wherePivot.
Oct 19, 2022