diff --git a/.gitignore b/.gitignore index ad1bf25..dd8bb2f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,5 @@ migrated_artworks_files.tar.gz migrated_thumbnail_files.tar.gz site/.yarn/releases/yarn-1.22.19.cjs site/public/assets -redis/* \ No newline at end of file +redis/* +staticassets diff --git a/site/composer.json b/site/composer.json index 87b9874..114a4e3 100644 --- a/site/composer.json +++ b/site/composer.json @@ -19,6 +19,7 @@ "laravel/tinker": "^2.8", "livewire/livewire": "^3.2", "mckenziearts/blade-untitledui-icons": "^1.2", + "predis/predis": "^2.2", "spatie/image": "^2.2", "spatie/laravel-image-optimizer": "^1.7" }, diff --git a/site/composer.lock b/site/composer.lock index a3fc352..76ef15e 100644 --- a/site/composer.lock +++ b/site/composer.lock @@ -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": "9d6e4f83e7c9482fd5ba88df35ad732f", + "content-hash": "946c336fbdb90323568c28ed4166bea4", "packages": [ { "name": "andreiio/blade-remix-icon", @@ -4231,6 +4231,67 @@ ], "time": "2023-11-12T21:59:55+00:00" }, + { + "name": "predis/predis", + "version": "v2.2.2", + "source": { + "type": "git", + "url": "https://github.com/predis/predis.git", + "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1", + "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.3", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^8.0 || ~9.4.4" + }, + "suggest": { + "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" + }, + "type": "library", + "autoload": { + "psr-4": { + "Predis\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Till Krüss", + "homepage": "https://till.im", + "role": "Maintainer" + } + ], + "description": "A flexible and feature-complete Redis client for PHP.", + "homepage": "http://github.com/predis/predis", + "keywords": [ + "nosql", + "predis", + "redis" + ], + "support": { + "issues": "https://github.com/predis/predis/issues", + "source": "https://github.com/predis/predis/tree/v2.2.2" + }, + "funding": [ + { + "url": "https://github.com/sponsors/tillkruss", + "type": "github" + } + ], + "time": "2023-09-13T16:42:03+00:00" + }, { "name": "psr/cache", "version": "3.0.0", @@ -10610,5 +10671,5 @@ "php": "^8.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/site/public/robots.txt b/site/public/robots.txt index 1f53798..adc2fd2 100644 --- a/site/public/robots.txt +++ b/site/public/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: / +Disallow: /profile