CRUD hosts
Showing
21 changed files
with
604 additions
and
243 deletions
... | ... | @@ -4,7 +4,7 @@ |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | ||
"This file is @generated automatically" | ||
], | ||
"content-hash": "542c2f1c99ac709065f6dc54d45f640b", | ||
"content-hash": "e72d3e667c852d7be29f899e98af1031", | ||
"packages": [ | ||
{ | ||
"name": "bower-asset/bootstrap", | ||
... | ... | @@ -67,6 +67,27 @@ |
] | ||
}, | ||
{ | ||
"name": "bower-asset/jquery-ui", | ||
"version": "1.12.1", | ||
"source": { | ||
"type": "git", | ||
"url": "[email protected]:components/jqueryui.git", | ||
"reference": "44ecf3794cc56b65954cc19737234a3119d036cc" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc", | ||
"reference": "44ecf3794cc56b65954cc19737234a3119d036cc" | ||
}, | ||
"require": { | ||
"bower-asset/jquery": ">=1.6" | ||
}, | ||
"type": "bower-asset", | ||
"license": [ | ||
"MIT" | ||
] | ||
}, | ||
{ | ||
"name": "bower-asset/punycode", | ||
"version": "v1.3.2", | ||
"source": { | ||
... | ... | @@ -1942,6 +1963,59 @@ |
"time": "2020-06-24T00:04:01+00:00" | ||
}, | ||
{ | ||
"name": "yiisoft/yii2-jui", | ||
"version": "2.0.7", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/yiisoft/yii2-jui.git", | ||
"reference": "ce45c16d4fbbe7d1c516d8d0e8311e07f6138eed" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/yiisoft/yii2-jui/zipball/ce45c16d4fbbe7d1c516d8d0e8311e07f6138eed", | ||
"reference": "ce45c16d4fbbe7d1c516d8d0e8311e07f6138eed", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"bower-asset/jquery-ui": "~1.12.1", | ||
"yiisoft/yii2": "~2.0.4" | ||
}, | ||
"type": "yii2-extension", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "2.0.x-dev" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"yii\\jui\\": "" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"BSD-3-Clause" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Qiang Xue", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "The Jquery UI extension for the Yii framework", | ||
"keywords": [ | ||
"jQuery UI", | ||
"yii2" | ||
], | ||
"support": { | ||
"forum": "http://www.yiiframework.com/forum/", | ||
"irc": "irc://irc.freenode.net/yii", | ||
"issues": "https://github.com/yiisoft/yii2-jui/issues", | ||
"source": "https://github.com/yiisoft/yii2-jui", | ||
"wiki": "http://www.yiiframework.com/wiki/" | ||
}, | ||
"time": "2017-11-25T15:32:29+00:00" | ||
}, | ||
{ | ||
"name": "yiisoft/yii2-queue", | ||
"version": "2.3.2", | ||
"source": { | ||
... | ... |
migrations/m210602_105634_host.php
0 → 100644
models/ContactForm.php
deleted
100644 → 0
models/Host.php
0 → 100644
models/Image.php
deleted
100644 → 0
models/Plant.php
deleted
100644 → 0
modules/admin/controllers/HostController.php
0 → 100644
modules/admin/views/host/_form.php
0 → 100644
modules/admin/views/host/_search.php
0 → 100644
modules/admin/views/host/create.php
0 → 100644
modules/admin/views/host/index.php
0 → 100644
modules/admin/views/host/update.php
0 → 100644
modules/admin/views/host/view.php
0 → 100644
-
Please register or sign in to post a comment