How to Enable Notifications in Laravel Nova | Laravel Nova Notifications | Nova for Beginners
This video will show you how you could enable notifications to your Nova users within your Laravel Nova applications. Laravel Nova ships with a bell icon in the top right of your navigation menu, where your Nova notifications will be stored.
πΒ New Udemy Course
If you're looking to level up your Laravel skills, my new course "Udemy Migirations, Seeders, Factories, Query Builder, Eloquent & Relationships" is the perfect opportunity. Learn the essential tools and techniques for building robust and scalable web applications with Laravel: https://www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB
π² Letβs plan a meeting
Plan a (paid) 1-hour meeting on Calendly to do portfolio reviews, code reviews resume reviews or a coaching session for Laravel. Please read the description before booking: https://calendly.com/codewithdary
π Newsletter
Sign up for my free weekly email newsletter: https://www.newsletter.codewithdary.com
π₯ Resources
- PHP Hosting (10% DISCOUNT): https://www.hostinger.com/codewithdary
- TikTok: https://www.tiktok.com/@codewithdary
- Instagram: https://www.instagram.com/codewithdary/
- Twitter: https://twitter.com/codewithdary
- Blog: https://blog.codewithdary.com/
- Newsletter: https://newsletter.codewithdary.com/
- Patreon: https://www.patreon.com/user?u=30307830
- GitHub: https://github.com/codewithdary/product-dashboard
π Table of Content
00:00 - Introduction
01:16 - Creating & Registering a User Observer
03:12 - Observer Functionality
05:12 - Refactoring our Observer
07:09 - Testing Our Notification on Different Users
07:35 - Filling all Methods in Our Observer