{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @if (env('APP_ENV') == 'local') @else @endif Actifisys - Installation
@if ($errors->any())

{{ __('app.error') }}

@foreach ($errors->all() as $error) {{ $error }}
@endforeach

@endif @if (Session::has('error'))

{{ __('app.error') }}

{{ Session::get('error') }}

@endif @if (Session::has('success'))

{{ __('app.success') }}

{{ Session::get('success') }}

@endif

Install Actifisys


Welcome to the installation of Actifisys. The installation is intended to be fast. Just fill out and submit the form and the system will perform the installation. If everything goes well you will then be redirected to the index page.
@csrf