mirror of
https://github.com/flextype/flextype.git
synced 2025-08-14 17:14:22 +02:00
@@ -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
|
@@ -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"
|
||||
|
@@ -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"
|
||||
}
|
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"enabled": true
|
||||
"enabled": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user