🔥 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: orderByRaw
Jan 8, 2023
🔥 Small tip: foreach + range
Oct 15, 2022
🔥 Laravel Tip: Merging eloquent collections
Sep 9, 2022