🔥 Laravel tip: blade is useful for other things besides HTML
Jan 30, 2022
You can generate any type of flat file, for example, a dynamic shell script or sitemap file.
You only need to call the `render()` method on a view to get the resulting string.
You only need to call the `render()` method on a view to get the resulting string.
Other tips:
🔥 Laravel Tip: the wasChanged method
Apr 8, 2022
🔥 Laravel Tip: Accessor Caching
Apr 13, 2022
🔥 Laravel Tip: Eloquent Subquery ordering
Mar 23, 2022