Kaydet (Commit) 2b00ba7c authored tarafından mertcelen's avatar mertcelen

Update ReadMe

üst dd631cac
node_modules
/public/hot
/vendor
/public/storage
/storage/*.key
/.idea
......
......@@ -27,7 +27,7 @@ sudo apt update
#### PHP ve diger kutuphanelerin kurulumu
```bash
sudo apt install php-fpm -y
sudo apt install php php-mongodb php-ldap php-mbstring php-xml php-zip php-simplexml -y
sudo apt install php php-mongodb php-ldap php-mbstring php-xml php-zip php-simplexml php7.3-ssh2 -y
```
#### Ubuntu'daki olmayan guncel surumun kurulumu
```bash
......
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class LogController extends Controller
{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment