ronappleton / playlistr
A Playlist Management Application Built On The Laravel Framework.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 27
Type:project
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-11-05 11:32:32 UTC
README
Playlistr is a personalised playlist management system, incorporating categories and multiple playlists, along with IP whitelisting and blacklisting to keep your playlists private.
Installation
To install simple run composer install ronappleton\playlistr
Then composer install
Copy the .env.example
file to .env
using cp .env.example .env
Run php artisan key:generate
Open .env
and configure with your database details
Run php artisan migrate
Now run npm install
Once all the above is done, it's time to create your admin user
Run php artisan admin:create
and enter the required details
The system is now ready for use, navigate to the webpage and proceed to login.