An open API service indexing awesome lists of open source software.

https://github.com/sihar/simple-subscription


https://github.com/sihar/simple-subscription

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## 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
php artisan notification:send your_url
```

### Running queue
```php
php artisan queue:work
```

### Other Link
Postman Documentation

[Postman Collection](postman/simple_subscription.postman_collection.json)