ronappleton / playlistr
基于 Laravel 框架构建的播放列表管理应用程序。
dev-master
2020-02-23 03:15 UTC
Requires
- php: ^7.4
- ext-json: *
- doctrine/dbal: ~2.3
- fideloper/proxy: ^4.0
- infyomlabs/adminlte-templates: 6.0.x-dev
- infyomlabs/laravel-generator: 6.0.x-dev
- laravel/framework: ^6.2
- laravel/tinker: ^2.0
- laravel/ui: ^1.2
- laravelcollective/html: ^6.0
- matejkucera/laravel-ip-restriction: ^1.1
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- barryvdh/laravel-ide-helper: ^2.6
- facade/ignition: ^1.4
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
- roave/security-advisories: dev-master
- dev-master
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/composer/composer/composer-1.10.26
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/composer/league/flysystem-1.1.4
- dev-dependabot/npm_and_yarn/ws-6.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/composer/laravel/framework-6.20.26
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/acorn-6.4.1
- dev-dependabot/composer/symfony/http-foundation-4.4.7
This package is auto-updated.
Last update: 2024-09-05 11:14:12 UTC
README
Playlistr 是一个个性化的播放列表管理系统,集成了分类和多个播放列表,还支持 IP 白名单和黑名单,以保护您的播放列表隐私。
安装
要安装,请运行 composer install ronappleton\playlistr
然后运行 composer install
使用 cp .env.example .env
命令将 .env.example
文件复制到 .env
运行 php artisan key:generate
打开 .env
文件并配置您的数据库详情
运行 php artisan migrate
现在运行 npm install
完成以上步骤后,是时候创建您的管理员用户了
运行 php artisan admin:create
并输入所需信息
系统现在已准备好使用,转到网页并登录。