1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-14 17:14:22 +02:00

Slim Framework integration #118 #117

- Site plugin refactoring
This commit is contained in:
Awilum
2019-06-01 23:10:32 +03:00
parent ef3347de75
commit f79184c652
5 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ namespace Flextype;
$loader = require_once $autoload;
// Include routes
include_once 'routes.php';
include_once 'routes/web.php';
/**
* Add site controller to Flextype container

View File

@@ -3,7 +3,7 @@
"type": "project",
"description": "Site plugin for Flextype",
"keywords": ["site", "plugin", "flextype", "php", "html"],
"homepage": "https://github.com/flextype-plugins/admin",
"homepage": "https://github.com/flextype",
"license": "MIT",
"authors": [
{
@@ -13,7 +13,7 @@
}
],
"support": {
"issues": "https://github.com/flextype-plugins/admin/issues"
"issues": "https://github.com/flextype/issues"
},
"require": {
"php": ">=7.1.3"

View File

@@ -1,13 +1,13 @@
{
"name": "Site",
"version": "1.0.0",
"version": "0.0.0",
"description": "Site plugin for Flextype",
"author": {
"name": "Sergey Romanenko",
"email": "hello@romanenko.digital",
"url": "http://flextype.org"
},
"homepage": "https://github.com/flextype-plugins/admin",
"bugs": "https://github.com/flextype-plugins/admin/issues",
"homepage": "https://github.com/flextype",
"bugs": "https://github.com/flextype/issues",
"license": "MIT"
}

View File

@@ -1,3 +1,3 @@
{
"enabled": true
"enabled": true
}