Previewing Laravel markdown Notifications directly in your browser
Sjors van Dongen wrote a good tutorial on how to preview Laravel markdown Notifications directly in our browser.
Sometimes you want to develop beautiful notifications in HTML or markdown format. But how do you style them easily without having to send them every time you've changed something? Laravel offers an out of the box solution for this. In your web.php you can easily return a notification to render it and display it in your web browser.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 6 Intermediate