]> BookStack Code Mirror - bookstack/commit
Added ability to control app icon (favicon) via settings
authorDan Brown <redacted>
Wed, 25 Jan 2023 11:03:19 +0000 (11:03 +0000)
committerDan Brown <redacted>
Wed, 25 Jan 2023 11:03:19 +0000 (11:03 +0000)
commit55b6a7842ed8eda41637d3a26f0f7f23c0866478
treed51957b3b18755a8ee33d3bb3aff86f6b53a29d3
parent0f113ec41f328eab6af78097d47c28d9cb99d893
Added ability to control app icon (favicon) via settings
app/Http/Controllers/SettingController.php
app/Settings/AppSettingsStore.php [new file with mode: 0644]
app/Settings/SettingService.php
app/Uploads/ImageRepo.php
public/icon-128.png [new file with mode: 0644]
public/icon-32.png [new file with mode: 0644]
public/icon-64.png [new file with mode: 0644]
public/icon.png [new file with mode: 0644]
resources/lang/en/settings.php
resources/views/layouts/base.blade.php
resources/views/settings/customization.blade.php