Файл: docs/user_manual.html
Строк: 89
<?php
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>readme</title>
<link rel="stylesheet" href="https://stackedit.io/res-min/themes/base.css" />
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
</head>
<body><div class="container"><h1 id="cup-invoice-documentation">Cup Invoice Documentation</h1>
<p>Hi, <br>
First of all than you for you purchase to the CupInvoice web based Invoice Management System. For any kind of support you can use Contact with Author button on codecanyon or you can send me an directly email about your needs.</p>
<p>Kaan Kilic <br>
bl4cksta@gmail.com</p>
<p>Installation Instructions <br>
<strong>/src</strong> folder is the application source code folder. First of all, you need to set your smtp credentials and mysql credentials to <strong>.env</strong> file inside of <strong>/src</strong> folder. Description of the fields you need to chage below:</p>
<pre><code>DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_db_name
DB_USERNAME=your_db_user
DB_PASSWORD=your_db_pass
MAIL_DRIVER=smtp
MAIL_HOST=your_smtp_host
MAIL_PORT=25
MAIL_USERNAME=your_username
MAIL_PASSWORD=your_password
MAIL_ENCRYPTION=null
MAIL_ADDRESS=noreply@cupinvoice.com
</code></pre>
<p>After that you need to upload all <strong>/src</strong> files to your server root. You need to give <strong>777</strong> permisson to /<strong>boostrap/cache</strong> folder and <strong>/storage</strong> folder.</p>
<p>Everything is complete, now you can run the application. You will be faced with installation pages. You need to set your company and user settings on that page. When complete all fields in the list, you will need to be redirected to login page. Enjoy that…</p>
<p>Best Regards <br>
Kaan</p></div></body>
</html>
?>