2017 © Pedro Peláez
 

library machine-backoffice-plugin

image

paooolino/machine-backoffice-plugin

  • Sunday, October 8, 2017
  • by paooolino
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installing

composer require paooolino/machine-backoffice-plugin:dev-master

Usage

index.php

<?php
    require("vendor/autoload.php");

    $machine = new \Machine\Machine();
    $machine->addPlugin("Backoffice");
    $machine->addPlugin("Link");
    $machine->addPlugin("Database");
    $machine->addPlugin("Upload");
    $machine->addPlugin("Image");

    $machine->plugin("Database")->setupSqlite("sample.db");
    $machine->plugin("Backoffice")->run("config.json", "/backoffice");

    $machine->run();

For developers

cd web
php -S localhost:8000 index.php

The Versions

08/10 2017

dev-master

9999999-dev

  Sources   Download

Apache 2.0

The Development Requires

by Avatar paooolino