Simple Subscription

Feature

  • endpoint post
  • command to send email
  • queue to schedule sending in background

Installation

  • git clone from repo
  • copy .env.example to .env
  • make adjustment in environment file (.env)
  • php artisan migrate

Send Email to subscriber

php artisan notification:send your_url

Running queue

php artisan queue:work

Other Link

Postman Documentation

Postman Collection