Add (post manage)

Add (post country viewing)
This commit is contained in:
2023-07-28 02:29:11 +08:00
parent e70195f4f7
commit ded1643e5f
49 changed files with 4484 additions and 3844 deletions

161
composer.lock generated
View File

@@ -4,8 +4,61 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7e7ca4b12aa8cb62c957ab3f8746ab67",
"content-hash": "531ac89c0e295fb99620a832403db966",
"packages": [
{
"name": "alaminfirdows/laravel-editorjs",
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/alaminfirdows/laravel-editorjs.git",
"reference": "a2a264370c00e5c4734676b132344c336fa7ccd7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alaminfirdows/laravel-editorjs/zipball/a2a264370c00e5c4734676b132344c336fa7ccd7",
"reference": "a2a264370c00e5c4734676b132344c336fa7ccd7",
"shasum": ""
},
"require": {
"codex-team/editor.js": "v2.0.7",
"illuminate/support": "^8.0|^9.0|^10.0",
"php": "^7.2|^8.1"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"AlAminFirdows\\LaravelEditorJs\\LaravelEditorJsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"AlAminFirdows\\LaravelEditorJs\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Al-Amin Firdows",
"email": "alaminfirdows@gmail.com"
}
],
"description": "A simple editor.js html parser for Laravel",
"support": {
"issues": "https://github.com/alaminfirdows/laravel-editorjs/issues",
"source": "https://github.com/alaminfirdows/laravel-editorjs/tree/v2.1.0"
},
"time": "2023-02-26T11:15:40+00:00"
},
{
"name": "artesaos/seotools",
"version": "v1.2.0",
@@ -133,6 +186,51 @@
],
"time": "2023-01-15T23:15:59+00:00"
},
{
"name": "codex-team/editor.js",
"version": "v2.0.7",
"source": {
"type": "git",
"url": "https://github.com/editor-js/editorjs-php.git",
"reference": "b2c6586c948ed30683718184f0156b0b1fd9593f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/editor-js/editorjs-php/zipball/b2c6586c948ed30683718184f0156b0b1fd9593f",
"reference": "b2c6586c948ed30683718184f0156b0b1fd9593f",
"shasum": ""
},
"require": {
"ezyang/htmlpurifier": "^4.8",
"php": ">=5.6"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13",
"phpunit/phpunit": "5.4.*"
},
"type": "library",
"autoload": {
"psr-4": {
"EditorJS\\": "EditorJS"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CodeX Team",
"email": "team@ifmo.su"
}
],
"description": "PHP backend implementation for the Editor.js",
"support": {
"issues": "https://github.com/editor-js/editorjs-php/issues",
"source": "https://github.com/editor-js/editorjs-php/tree/v2.0.7"
},
"time": "2020-06-12T09:55:49+00:00"
},
{
"name": "composer/ca-bundle",
"version": "1.3.6",
@@ -580,6 +678,67 @@
],
"time": "2023-01-14T14:17:03+00:00"
},
{
"name": "ezyang/htmlpurifier",
"version": "v4.16.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
"shasum": ""
},
"require": {
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"cerdic/css-tidy": "^1.7 || ^2.0",
"simpletest/simpletest": "dev-master"
},
"suggest": {
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
"ext-bcmath": "Used for unit conversion and imagecrash protection",
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
"ext-tidy": "Used for pretty-printing HTML"
},
"type": "library",
"autoload": {
"files": [
"library/HTMLPurifier.composer.php"
],
"psr-0": {
"HTMLPurifier": "library/"
},
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
},
"time": "2022-09-18T07:06:19+00:00"
},
{
"name": "fruitcake/php-cors",
"version": "v1.2.0",