Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangta69/laravel-mailer
라라벨용 메일링 패키지
https://github.com/wangta69/laravel-mailer
composer laravel mailer package
Last synced: 3 months ago
JSON representation
라라벨용 메일링 패키지
- Host: GitHub
- URL: https://github.com/wangta69/laravel-mailer
- Owner: wangta69
- Created: 2024-10-15T09:50:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T08:13:31.000Z (3 months ago)
- Last Synced: 2024-10-25T01:40:15.281Z (3 months ago)
- Topics: composer, laravel, mailer, package
- Language: Blade
- Homepage: https://www.onstory.fun/doc/programming/laravel/package.larave-mailer
- Size: 716 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 라라벨용 메일발송 솔루션
## document
[공식사이트](https://www.onstory.fun/doc/programming/laravel/package.laravel-mailer)
## Installation
```
composer require wangta69/laravel-mailer
php artisan pondol:install-mailer
```## Queue-work 설정
> 아래를 참조하여 서버를 적절하게 세팅해 주시기를 바랍니다.[queue:work 백그라운드 실행](https://www.onstory.fun/doc/programming/laravel/queues)
## Tests
```
your-domain/mailer/dashboard
```