Skip to content

Commit

Permalink
Mail Resource and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 30, 2024
1 parent 15de5a8 commit 89b5a1c
Show file tree
Hide file tree
Showing 9 changed files with 4,035 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ composer require vormkracht10/filament-mails
You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="filament-mails-migrations"
php artisan vendor:publish --tag="mails-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="filament-mails-config"
php artisan vendor:publish --tag="mails-config"
```

Optionally, you can publish the views using
Expand Down Expand Up @@ -80,9 +80,9 @@ Please review [our security policy](../../security/policy) on how to report secu

## Credits

- [Baspa](https://github.com/vormkracht10)
- [Mark van Eijk](https://github.com/markvaneijk)
- [All Contributors](../../contributors)
- [Baspa](https://github.com/vormkracht10)
- [Mark van Eijk](https://github.com/markvaneijk)
- [All Contributors](../../contributors)

## License

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.15.0"
"spatie/laravel-package-tools": "^1.15.0",
"vormkracht10/laravel-mails": "dev-main"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down Expand Up @@ -73,4 +74,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
4 changes: 1 addition & 3 deletions config/mails.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php

// config for Vormkracht10/FilamentMails
return [

];
return [];
Loading

0 comments on commit 89b5a1c

Please sign in to comment.