mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
[SpiriitAuthLogBundle] Add recipe 1.0 (#1854)
* feat(recipe): add SpiriitAuthLogBundle recipe * fix checks * remove space * downgrade php version to 82
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
spiriit_auth_log:
|
||||
# Email notification settings
|
||||
transports:
|
||||
sender_email: no-reply@yourdomain.com
|
||||
sender_name: Your App Security
|
||||
|
||||
# location: # not required
|
||||
# provider: 'ipApi' # geoip2
|
||||
|
||||
# messenger: 'messenger.default_bus'
|
||||
8
spiriitlabs/auth-log-bundle/1.0/manifest.json
Normal file
8
spiriitlabs/auth-log-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Spiriit\\Bundle\\AuthLogBundle\\SpiriitAuthLogBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
6
spiriitlabs/auth-log-bundle/1.0/post-install.txt
Normal file
6
spiriitlabs/auth-log-bundle/1.0/post-install.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> Getting Started with </><bg=blue;fg=white;options=bold>spiriit/auth-log-bundle</><bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* <fg=blue>Configure</> transport sender in <comment>config/packages/spiriit_auth_log.yaml</>
|
||||
* <fg=blue>Read</> the complete documentation at <comment>https://github.com/SpiriitLabs/auth-log-bundle/</>
|
||||
Reference in New Issue
Block a user