https://github.com/sihar/simple-subscription
https://github.com/sihar/simple-subscription
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sihar/simple-subscription
- Owner: sihar
- Created: 2022-07-24T13:00:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T02:50:45.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T20:27:01.501Z (over 1 year ago)
- Language: PHP
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)