feat: add admin email configuration to app settings
delete: remove outdated Spatie media library decision document docs: create new decision document for Spatie media library usage docs: add testing strategy document for Pest4 and Dusk test: implement login tests with Dusk for user authentication chore: add .gitignore files for console, screenshots, and source directories
This commit is contained in:
parent
aa39707e10
commit
ff5ab3aa58
14 changed files with 189 additions and 1491 deletions
|
|
@ -123,4 +123,6 @@ return [
|
|||
'store' => env('APP_MAINTENANCE_STORE', 'database'),
|
||||
],
|
||||
|
||||
'admin_email' => env('ADMIN_EMAIL', ''),
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue