mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 09:14:44 +02:00

* simplify setup command * add installer page * add route for installer * adjust gitignore * set colors globally * add "unsaved data changes" alert * add helper method to check if panel is installed * make nicer * redis username isn't required * bring back db settings command * store current date in "installed" file * only redirect if install was successfull * remove fpm requirement * change "installed" marker to env variable * improve requirements step * add commands to change cache, queue or session drivers respectively * removed `grouped` for better mobile view
7 lines
234 B
PHP
7 lines
234 B
PHP
<x-filament-panels::page.simple>
|
|
<x-filament-panels::form wire:submit="submit">
|
|
{{ $this->form }}
|
|
</x-filament-panels::form>
|
|
|
|
<x-filament-panels::page.unsaved-data-changes-alert />
|
|
</x-filament-panels::page.simple> |