[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:
Gilles Gauthier
2025-09-09 14:57:37 +02:00
committed by GitHub
parent a73eb7bfc8
commit 9d184c8ca5
3 changed files with 24 additions and 0 deletions

View File

@@ -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'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Spiriit\\Bundle\\AuthLogBundle\\SpiriitAuthLogBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

View 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/</>