Better Laravel Database Notifications

8 episodes 50 mins

Course overview

In this course we're going to tweak the default Laravel database notification process so we can refresh notifications whenever you make changes to their structure. This keeps your code cleaner, more concise and makes it really easy to render different notification types.

Alex Garrett-Smith
Alex Garrett-Smith
Hey, I'm the founder of Codecourse!

Related courses

Vue.js
Dynamic Vue Components

Vue allows you to dynamically render components based on their names. This can help simplify your rendering and get rid of unnecessary logic from your templates. Here's an example using different notification types.

12 mins