2017 © Pedro PelĂĄez
 

library app-manager

Application manager for Nette Framework

image

nattreid/app-manager

Application manager for Nette Framework

  • Tuesday, July 24, 2018
  • by attreid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 235 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 58 Versions
  • 4 % Grown

The README.md

SprĂĄva aplikace pro Nette Framework

NastavenĂ­ v config.neon, (*1)

extensions:
    appManager: NAtrreid\AppManager\DI\AppManagerExtension

Dostupné nastavení, (*2)

appManager:
    deploy:
        projectUrl: 'homepageProjektu'
        secretToken: 'tajnyTokenProjektu' # pro github a gitlab
        type: 'github' # github, gitlab, bitbucket
    sessionExpiration: '14 days'
    backup:
        maxRows: 1000 # nebo null pro zadne omezeni insert
        excludeTables: # tabulky, ktere nebudou zalohovany
            - 'test' 
        dir:
            - %wwwDir%/zalohovanyAdresar

Payload webhooks musĂ­ bĂœt JSON, (*3)

PouĆŸitĂ­

/** @var \NAttreid\AppManager\AppManager @inject */
public $app;

ÚdrĆŸba strĂĄnek

Pƙidejte do index.php. Soubor .maintenance.php se zobrazĂ­ pouze kdyĆŸ bude ĂșdĆŸba zapnutĂĄ. Vypnout se dĂĄ pƙidĂĄnĂ­m parametru do url maintenanceOff nebo pres konzoli php index.php maintenanceOff, (*4)

$maintenance = isset($maintenance) ? $maintenance : __DIR__ . '/../temp/maintenance';
if (file_exists($maintenance)) {
    if (isset($_GET['maintenanceOff']) || (isset($argv) && $argv[1] == 'maintenanceOff')) {
        unlink($maintenance);
        echo "Maintenance off\n";
        exit;
    }
    require '.maintenance.php';
}

Invalidace cache

Pro invalidaci pomocí metody je tƙeba pƙidat, (*5)

$app->onInvalideCache[]=function(){
    $this->cache->clean();
};

The Versions

16/03 2017

1.4.1

1.4.1.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

09/03 2017

1.4.0

1.4.0.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

09/03 2017

1.3.10

1.3.10.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.3.9

1.3.9.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.3.8

1.3.8.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.3.6

1.3.6.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.3.5

1.3.5.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/03 2017

1.3.4

1.3.4.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/03 2017

1.3.3

1.3.3.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/03 2017

1.3.2

1.3.2.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

16/02 2017

1.3.1

1.3.1.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

14/02 2017

1.3.0

1.3.0.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/01 2017

1.2.3

1.2.3.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

13/01 2017

1.2.2

1.2.2.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

13/01 2017

1.2.1

1.2.1.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

13/01 2017

1.2.0

1.2.0.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

14/12 2016

1.1.0

1.1.0.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

25/10 2016

1.0.17

1.0.17.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

06/10 2016

1.0.16

1.0.16.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

04/10 2016

1.0.15

1.0.15.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/10 2016

1.0.14

1.0.14.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

06/09 2016

1.0.13

1.0.13.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

06/09 2016

1.0.12

1.0.12.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

29/08 2016

1.0.11.2

1.0.11.2

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

29/08 2016

1.0.11.1

1.0.11.1

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

29/08 2016

1.0.11

1.0.11.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

24/08 2016

1.0.10.2

1.0.10.2

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

10/08 2016

1.0.10.1

1.0.10.1

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

10/08 2016

1.0.10

1.0.10.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

09/08 2016

1.0.9

1.0.9.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/08 2016

1.0.8

1.0.8.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/08 2016

1.0.7

1.0.7.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/08 2016

1.0.6

1.0.6.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

28/07 2016

1.0.5

1.0.5.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

27/07 2016

1.0.4

1.0.4.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

22/07 2016

1.0.3

1.0.3.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

20/07 2016

1.0.2

1.0.2.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

20/07 2016

1.0.1

1.0.1.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

27/06 2016

1.0

1.0.0.0

Application manager for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid