Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
/ ts-framework Public archive

Фреймворк, на котором я пилю проекты

Notifications You must be signed in to change notification settings

TsSaltan/ts-framework

Repository files navigation

PHP Framework

https://github.com/TsSaltan/ts-framework/wiki

Install

Composer

{
    "name": "...",
    "description": "...",
    "type": "application",
    "authors": [
        {
            "name": "...",
            "email": "..."
        }
    ],

    "repositories": [
        {
            "type":"git",
            "url":"https://github.com/TsSaltan/ts-framework"
        },        

        {
            "type":"git",
            "url":"https://github.com/TsSaltan/ts-framework-composer"
        }
    ],

    "require": {
        "php": ">=7.1",
        "tssaltan/ts-framework": "dev-3.0-stable",
        "tssaltan/ts-framework-composer": "dev-master"
    },


    "scripts": {
        "post-install-cmd": [
            "tsframe\\Installer::installFramework"
        ],
        "post-update-cmd": [
            "tsframe\\Installer::installFramework"
        ]
    }
composer install

.gitignore file example

# Ignore all framework files
/~dir/*.*
/~dir/storage/*
/~dir/ts-framework/*
/~dir/ts-plugins/*
/~dir/ts-template/*
/~dir/vendor/*

# Instead of your project files 
!/~dir/composer.json
!/~dir/ts-plugins/my-plugin-name/

About

Фреймворк, на котором я пилю проекты

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published