This commit is contained in:
ct
2025-07-17 14:25:26 +08:00
parent 46262b3862
commit a6f34ea8fa
3 changed files with 89 additions and 4 deletions

View File

@@ -18,9 +18,7 @@
* fileContent, url, mode, fileName, disk, name, userId, mimeType) * fileContent, url, mode, fileName, disk, name, userId, mimeType)
*/ */
namespace App\Examples; namespace App\Helpers\FirstParty\MediaEngine;
use App\Helpers\FirstParty\MediaEngine\MediaEngine;
class MediaEngineExampleCodes class MediaEngineExampleCodes
{ {

View File

@@ -18,6 +18,7 @@
"laravel/cashier": "^15.7", "laravel/cashier": "^15.7",
"laravel/framework": "^12.0", "laravel/framework": "^12.0",
"laravel/horizon": "^5.31", "laravel/horizon": "^5.31",
"laravel/nightwatch": "^1.10",
"laravel/sanctum": "^4.0", "laravel/sanctum": "^4.0",
"laravel/socialite": "^5.21", "laravel/socialite": "^5.21",
"laravel/tinker": "^2.10.1", "laravel/tinker": "^2.10.1",

88
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "79a02fbcd504e47b61331dad19bd62a0", "content-hash": "5adaa56d5b09b43b9e7350387a135bf7",
"packages": [ "packages": [
{ {
"name": "artesaos/seotools", "name": "artesaos/seotools",
@@ -2477,6 +2477,92 @@
}, },
"time": "2025-04-18T12:57:39+00:00" "time": "2025-04-18T12:57:39+00:00"
}, },
{
"name": "laravel/nightwatch",
"version": "v1.10.6",
"source": {
"type": "git",
"url": "https://github.com/laravel/nightwatch.git",
"reference": "075c2cd68cb2fbfa460799d1d24c10d0abbdb2fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/nightwatch/zipball/075c2cd68cb2fbfa460799d1d24c10d0abbdb2fb",
"reference": "075c2cd68cb2fbfa460799d1d24c10d0abbdb2fb",
"shasum": ""
},
"require": {
"ext-zlib": "*",
"guzzlehttp/promises": "^2.0",
"laravel/framework": "^10.0|^11.0|^12.0",
"monolog/monolog": "^3.0",
"nesbot/carbon": "^2.0|^3.0",
"php": "^8.2",
"psr/http-message": "^1.0|^2.0",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/console": "^6.0|^7.0",
"symfony/http-foundation": "^6.0|^7.0"
},
"require-dev": {
"aws/aws-sdk-php": "^3.349",
"ext-pdo": "*",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/psr7": "^2.0",
"laravel/horizon": "^5.4",
"laravel/pint": "1.21.0",
"laravel/vapor-core": "^2.38.2",
"livewire/livewire": "^2.0|^3.0",
"mockery/mockery": "^1.0",
"mongodb/laravel-mongodb": "^4.0|^5.0",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"orchestra/testbench-core": "^8.0|^9.0|^10.0",
"orchestra/workbench": "^8.0|^9.0|^10.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^10.0|^11.0",
"ramsey/uuid": "^4.0",
"singlestoredb/singlestoredb-laravel": "^1.0|^2.0",
"spatie/laravel-ignition": "^2.0",
"symfony/mailer": "^6.0|^7.0",
"symfony/mime": "^6.0|^7.0",
"symfony/var-dumper": "^6.0|^7.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Nightwatch\\NightwatchServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Nightwatch\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The official Laravel Nightwatch package.",
"homepage": "https://nightwatch.laravel.com",
"keywords": [
"Insights",
"laravel",
"monitoring"
],
"support": {
"docs": "https://nightwatch.laravel.com/docs",
"issues": "https://github.com/laravel/nightwatch/issues",
"source": "https://github.com/laravel/nightwatch"
},
"time": "2025-07-08T01:29:53+00:00"
},
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.3.5", "version": "v0.3.5",