Skip to content

Commit 9d184c8

Browse files
authored
[SpiriitAuthLogBundle] Add recipe 1.0 (#1854)
* feat(recipe): add SpiriitAuthLogBundle recipe * fix checks * remove space * downgrade php version to 82
1 parent a73eb7b commit 9d184c8

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
spiriit_auth_log:
2+
# Email notification settings
3+
transports:
4+
sender_email: no-reply@yourdomain.com
5+
sender_name: Your App Security
6+
7+
# location: # not required
8+
# provider: 'ipApi' # geoip2
9+
10+
# messenger: 'messenger.default_bus'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Spiriit\\Bundle\\AuthLogBundle\\SpiriitAuthLogBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<bg=blue;fg=white> </>
2+
<bg=blue;fg=white> Getting Started with </><bg=blue;fg=white;options=bold>spiriit/auth-log-bundle</><bg=blue;fg=white> </>
3+
<bg=blue;fg=white> </>
4+
5+
* <fg=blue>Configure</> transport sender in <comment>config/packages/spiriit_auth_log.yaml</>
6+
* <fg=blue>Read</> the complete documentation at <comment>https://github.com/SpiriitLabs/auth-log-bundle/</>

0 commit comments

Comments
 (0)