No description
Find a file
2021-05-21 19:14:49 +02:00
.github fix: do not delete the whole search-indexes dir 2021-04-16 11:35:36 +02:00
api-docs feat: reset API token if password is changed 2021-01-31 18:21:57 +01:00
app feat: implement stricter password rules 2021-05-21 19:14:00 +02:00
bootstrap chore: remove custom Application file 2021-01-10 23:18:21 +01:00
config feat: use default admin credentials during setup 2021-01-23 19:58:08 +01:00
cypress feat: implement stricter password rules 2021-05-21 19:14:00 +02:00
database fix: #1286 duplicate key value on Pgsql 2021-05-21 14:24:20 +02:00
public feat: disable workbox output 2021-01-03 12:00:33 +01:00
resources chore: sync with core 2021-05-21 19:14:49 +02:00
routes feat: implement stricter password rules 2021-05-21 19:14:00 +02:00
storage feat: add Laravel Scount & TNTSearch 2020-12-23 11:53:00 +01:00
tests feat: implement stricter password rules 2021-05-21 19:14:00 +02:00
.editorconfig A change of heart re:indent size 2016-06-26 00:05:24 +08:00
.env.example feat: use default admin credentials during setup 2021-01-23 19:58:08 +01:00
.eslintignore Lint everything 2016-11-26 10:25:35 +07:00
.eslintrc feat(cs): add linting for cypress folder 2021-01-03 19:50:55 +01:00
.gitattributes Big Bang 2015-12-13 12:42:28 +08:00
.gitignore feat: add PHPCSFixer 2020-09-06 23:20:42 +02:00
.gitmodules Adding submodule again 2018-02-04 13:35:00 +01: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.4 2021-05-21 13:57:29 +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 feat: implement stricter password rules 2021-05-21 19:14:00 +02:00
composer.lock feat: implement stricter password rules 2021-05-21 19:14:00 +02: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: set -p flag to ensure Mix.inProduction 2021-05-05 16:29:37 +02:00
phpstan.neon.dist fix: upgrade PHPStan config 2021-01-31 18:53:28 +01: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-04-16 15:02:58 +02:00
ruleset.xml chore: fix CS 2020-12-22 21:11:22 +01: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 Integrate demo env 2019-08-24 20:01:09 +02:00
webpack.mix.js fix(build): broken prod build 2020-12-28 22:38:13 +01:00
yarn.lock feat(test): add e2e test for theme setting 2021-01-23 17:35:49 +01: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

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.