🔥 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: Accessor Caching
Apr 13, 2022