No description
Find a file
Pedro Borges 899c7176c1 Use Laravel built-in authorization
The comment below motivated me to find a better solution for the
repeated authorisation checks:

```php
// This can't be put into a Request authorize(), due to Laravel(?)'s
limitation.
```

This is the result.
2015-12-14 14:27:26 -02:00
app Use Laravel built-in authorization 2015-12-14 14:27:26 -02:00
bootstrap Big Bang 2015-12-13 12:42:28 +08:00
config Set sqlite db to :memory: 2015-12-13 12:57:20 +08:00
database Big Bang 2015-12-13 12:42:28 +08:00
resources Oppa ES6 style 2015-12-14 21:13:12 +08:00
storage Big Bang 2015-12-13 12:42:28 +08:00
tests Use Laravel built-in authorization 2015-12-14 14:27:26 -02:00
.babelrc Big Bang 2015-12-13 12:42:28 +08:00
.editorconfig Big Bang 2015-12-13 12:42:28 +08:00
.env.example Big Bang 2015-12-13 12:42:28 +08:00
.gitattributes Big Bang 2015-12-13 12:42:28 +08:00
.gitignore Big Bang 2015-12-13 12:42:28 +08:00
.htaccess Big Bang 2015-12-13 12:42:28 +08:00
.jshintrc Big Bang 2015-12-13 12:42:28 +08:00
.travis.yml ...on master branch 2015-12-14 16:50:58 +08:00
artisan Big Bang 2015-12-13 12:42:28 +08:00
bower.json Big Bang 2015-12-13 12:42:28 +08:00
browserconfig.xml Fixes #4 2015-12-14 12:25:42 +08:00
composer.json Big Bang 2015-12-13 12:42:28 +08:00
composer.lock Commit the updated composer.lock 2015-12-13 14:29:15 +08:00
favicon.ico Big Bang 2015-12-13 12:42:28 +08:00
gulpfile.js Big Bang 2015-12-13 12:42:28 +08:00
index.php Big Bang 2015-12-13 12:42:28 +08:00
LICENSE.md Update LICENSE.md 2015-12-13 10:16:44 +08:00
package.json Big Bang 2015-12-13 12:42:28 +08:00
phpspec.yml Big Bang 2015-12-13 12:42:28 +08:00
phpunit.xml Trying to make Travis work 2015-12-13 12:50:39 +08:00
README.md Typos and doc formats 2015-12-14 17:52:18 +08:00
robots.txt Big Bang 2015-12-13 12:42:28 +08:00
server.php Big Bang 2015-12-13 12:42:28 +08:00

koel

Showcase

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

For system requirements, installation guides, as well as other documentation, head over to Wiki.