The Subscription System is a Laravel application that allows users to subscribe to websites and receive notifications when a post is added to the website. The entities in the system are
Users
Websites
Posts
Subscriptions.
A user can subscribe to multiple website and receive notifications when a post is added to the website. Once a post is added, the system sends an email to all users who have subscribed to the website on which the post was added.