We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87ae3f commit ae1abdfCopy full SHA for ae1abdf
composer.json
@@ -37,6 +37,14 @@
37
"tests/TestCase.php"
38
]
39
},
40
+ "scripts": {
41
+ "lint": "./vendor/bin/pint",
42
+ "test": "./vendor/bin/pest",
43
+ "check": [
44
+ "@lint",
45
+ "@test"
46
+ ]
47
+ },
48
"extra": {
49
"laravel": {
50
"providers": [
config/sentemails.php
@@ -4,7 +4,7 @@
4
* You can place your custom package configuration in here.
5
*/
6
return [
7
- //set the route path to load the sent emails ui defaults to /sentemails
+ // set the route path to load the sent emails ui defaults to /sentemails
8
'routepath' => env('SENT_EMAILS_ROUTE_PATH', 'sentemails'),
9
10
// set the route middlewares to apply on the sent emails ui
0 commit comments