mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 23:44:46 +02:00

* update web installer * make sure we have a user * save SESSION_SECURE_COOKIE as text so it's written correctly to the .env * set `SESSION_COOKIE` so session doesn't expire when changing the app name * Allow enter to go to next step --------- Co-authored-by: notCharles <charles@pelican.dev>
5 lines
174 B
PHP
5 lines
174 B
PHP
<x-filament-panels::page.simple>
|
|
<x-filament-panels::form wire:submit="submit">
|
|
{{ $this->form }}
|
|
</x-filament-panels::form>
|
|
</x-filament-panels::page.simple> |