Complete the release radar to notify new 2Fauth releases - Close #127

This commit is contained in:
Bubka
2022-10-12 11:10:51 +02:00
parent e99c684018
commit 8d3a97a701
15 changed files with 163 additions and 108 deletions

View File

@ -4,6 +4,7 @@ namespace App\Http\Controllers;
use App\Facades\Settings;
use Illuminate\Support\Facades\App;
use App\Events\ScanForNewReleaseCalled;
class SinglePageController extends Controller
{
@ -15,6 +16,8 @@ class SinglePageController extends Controller
*/
public function index()
{
event(new ScanForNewReleaseCalled());
return view('landing')->with([
'appSettings' => Settings::all()->toJson(),
'appConfig' => collect([