stunali / portal-not

sss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kurulum

Portal not formu modülünü, portal web uygulamasına eklemek için /portal dizininde bulunan composer.json dosyasına gidilerek, aşağıdaki kod parçaları repositories ve require kısımlarına eklenir. Portal dizininde composer update işlemi yapılarak modül yüklenir.

"repositories": [
.....
 {
            "type": "vcs",
            "url": "https://github.com/fxy0/portal-not.git"
 }
 ....
],

"require": {
        .....
        "kouosl/portal-not": "dev-master"
        
        .....
    },



Kullanıcı Paneli:http://portal.kouosl/not

portal

Admin Paneli:http://portal.kouosl/admin/not/ admin

About

sss


Languages

Language:PHP 100.0%