Attendize/resources/views/fr/Installer/Partials/Footer.blade.php

18 lines
1.1 KiB
PHP

<div class="well">
<p>
Installation may make take several minutes to complete. Once you click '<b>Install Attendize</b>' the config settings will be written to this file: <b>{{base_path('.env')}}</b>. You can manually change these settings in the future by editing this file.
</p>
<p>
If the install fails be sure to check the log file in <b>{{storage_path('logs')}}</b>. If there are no errors in the log files also <b>check other log files on your server</b>.
</p>
<p>
If you are using shared hosting please ask your host if they support the Attendize requirements before requesting support.
</p>
<p>
If you still need help you can <a href="https://github.com/Attendize/Attendize/issues">raise an issue</a>. Please include as much detail as possible, including any errors in the log file.
Also take a look at the <a href="http://www.attendize.com/troubleshooting.html">troubleshooting guide</a>
</p>
<p>
Please also <a style="text-decoration: underline;" target="_blank" href="http://www.attendize.com/license.html">read the licence</a> before installing Attendize.
</p>
</div>