No description
Find a file
2022-04-26 12:46:31 +03:00
.github fix: broken release action (#1399) 2021-12-30 20:09:41 +01:00
api-docs migration: settings screen 2022-04-22 00:20:21 +02:00
app migration: settings screen 2022-04-22 00:20:21 +02:00
bootstrap chore: remove custom Application file 2021-01-10 23:18:21 +01:00
config feat: enable usage with S3-compatible services (#1381) 2021-12-22 11:17:54 +01:00
cypress migration: cypress 2022-04-26 12:46:31 +03:00
database fix: drop artists_name_unique fails with Postgres (fixes #1435) 2022-04-13 12:52:45 +02:00
public feat: disable workbox output 2021-01-03 12:00:33 +01:00
resources migration: cypress 2022-04-26 12:46:31 +03:00
routes migration: settings screen 2022-04-22 00:20:21 +02:00
storage feat: add Laravel Scount & TNTSearch 2020-12-23 11:53:00 +01:00
tests migration: settings screen 2022-04-22 00:20:21 +02:00
.editorconfig A change of heart re:indent size 2016-06-26 00:05:24 +08:00
.env.example feat: enable usage with S3-compatible services (#1381) 2021-12-22 11:17:54 +01:00
.eslintrc chore: linting 2022-04-25 19:38:33 +03:00
.gitattributes Big Bang 2015-12-13 12:42:28 +08:00
.gitignore feat: add PHPCSFixer 2020-09-06 23:20:42 +02:00
.gitpod.dockerfile chore: use Laravel' original structure 2020-09-12 17:14:34 +02:00
.gitpod.yml Vue highlighting added for Gitpod (#1202) 2020-04-02 17:33:26 +02:00
.version chore(release): bump version to v5.1.14 2022-04-13 13:33:20 +02:00
artisan Big Bang 2015-12-13 12:42:28 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-09-14 09:48:41 +02:00
composer.json chore(deps): revert to 7.4-compatible packages 2021-12-27 23:10:57 +01:00
composer.lock chore(deps): revert to 7.4-compatible packages 2021-12-27 23:10:57 +01:00
cypress.json feat(build): add Cypress build integration 2021-01-03 20:41:14 +01:00
LICENSE.md The most important commit of all 2018-01-01 00:37:36 +01:00
nginx.conf.example chore: use Laravel' original structure 2020-09-12 17:14:34 +02:00
package.json chore: linting 2022-04-25 19:38:33 +03:00
phpstan.neon.dist fix: static analysis errors 2021-07-26 23:21:36 +02:00
phpunit.xml.dist feat: use default admin credentials during setup 2021-01-23 19:58:08 +01:00
README.md Update README.md 2021-07-25 19:07:00 +02:00
ruleset.xml feat: require PHP7.4 (#1326) 2021-06-05 12:47:56 +02:00
server.php chore: use Laravel' original structure 2020-09-12 17:14:34 +02:00
tag.sh chore: disable shellcheck 2021-05-21 13:57:04 +02:00
webpack.config.js chore: refactor webpack/mix config 2022-04-25 19:12:59 +03:00
webpack.mix.js chore: refactor webpack/mix config 2022-04-25 19:12:59 +03:00
yarn.lock chore: vue3-ify 2022-04-19 21:26:06 +02:00

koel e2e unit Code Quality codecov OpenCollective OpenCollective

Showcase

Intro

Koel (also stylized as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. Targeting web developers, Koel embraces some of the more modern web technologies CSS grid, audio, and drag-and-drop API to name a few to do its job.

Install and Upgrade Guide

For system requirements, installation/upgrade guides, troubleshooting etc., head over to the Official Documentation.

Development

Since Koel makes use of git submodules, you'll want to make sure the submodule is up-to-date:

git pull
git submodule update --init --recursive --remote

# install the submodule dependencies
cd resources/assets
yarn install

To start the PHP dev server, which serves as the API of the application, run the following command from the root directory. By default, the server will listen at port 8000.

php artisan serve

For the client application itself, run this command:

yarn hot

A development version of Koel should now be available at http://localhost:8080 with full support for hot module reloading.

Alternatively, you can start both the PHP server and the client application in one go with yarn dev, which uses start-server-and-test under the hood.

Testing, Linting, Static Analysis and Stuff

# PHP-related code quality tasks
# Basically, take a look at the "scripts" section in composer.json
composer test        # Run the PHP test suite
composer cs          # Run code style checker
composer cs:fix      # Run code style fixer 
composer analyze     # Run PHP static analysis

yarn build # Build a production version of the client application

# Client/E2E code quality tasks
# You may want to run `yarn build` first.
yarn test:e2e        # Run the Cypress test suite interactively
yarn test:e2e:ci     # Run the Cypress test suite non-interactively (CI mode)
# These commands need to be run from within the submodule (resources/assets)
yarn lint            # Lint
yarn type-check      # TypeScript type checking
yarn test            # Unit testing

Note: If you're already running yarn test:e2e, there's no need to start a dev server. yarn test:e2e calls yarn dev internally and will eliminate the existing yarn dev process, if any.

A quick and easy way to start hacking on koel is to open and run this repo in Gitpod, an online IDE with full Laravel support.

Open in Gitpod

Koel Player

Koel Player screenshots

Koel Player is the official mobile app for Koel, which supports both iOS and Android without the limitations of the mobile web version. For more information on the project, visit its repository.

Backers

Support me on OpenCollective with a monthly donation and help me continue building Koel.

Sponsors

GitHub Sponsors

OpenCollective

Become a sponsor on OpenCollective and get your logo on our README on Github with a link to your site.