Skip to content

Commit ae1abdf

Browse files
committed
added scripts
1 parent b87ae3f commit ae1abdf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
"tests/TestCase.php"
3838
]
3939
},
40+
"scripts": {
41+
"lint": "./vendor/bin/pint",
42+
"test": "./vendor/bin/pest",
43+
"check": [
44+
"@lint",
45+
"@test"
46+
]
47+
},
4048
"extra": {
4149
"laravel": {
4250
"providers": [

config/sentemails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* You can place your custom package configuration in here.
55
*/
66
return [
7-
//set the route path to load the sent emails ui defaults to /sentemails
7+
// set the route path to load the sent emails ui defaults to /sentemails
88
'routepath' => env('SENT_EMAILS_ROUTE_PATH', 'sentemails'),
99

1010
// set the route middlewares to apply on the sent emails ui

0 commit comments

Comments
 (0)