Go to file
Sébastien NOBILI a6f3a78a01
Merge pull request #11 from pipoprods/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-09 09:06:44 +02:00
app Album list for an artist 2019-02-12 22:26:20 +01:00
bootstrap Initial structure 2019-02-11 21:38:04 +01:00
config MPD service 2019-02-12 20:43:28 +01:00
database Initial structure 2019-02-11 21:38:04 +01:00
public Initial structure 2019-02-11 21:38:04 +01:00
resources Initial structure 2019-02-11 21:38:04 +01:00
routes Album list for an artist 2019-02-12 22:26:20 +01:00
storage Initial structure 2019-02-11 21:38:04 +01:00
tests Initial structure 2019-02-11 21:38:04 +01:00
.editorconfig Initial structure 2019-02-11 21:38:04 +01:00
.env.example Initial structure 2019-02-11 21:38:04 +01:00
.gitattributes Initial structure 2019-02-11 21:38:04 +01:00
.gitignore Initial structure 2019-02-11 21:38:04 +01:00
artisan Initial structure 2019-02-11 21:38:04 +01:00
composer.json MPD library dependency 2019-02-12 20:43:28 +01:00
composer.lock Bump symfony/http-foundation from 4.4.4 to 4.4.8 2020-04-30 18:02:15 +00:00
LICENSE LICENSE 2019-02-12 22:48:54 +01:00
package.json Merge pull request #3 from pipoprods/dependabot/npm_and_yarn/lodash-4.17.13 2020-04-30 19:00:45 +02:00
phpunit.xml Initial structure 2019-02-11 21:38:04 +01:00
README.md README 2019-02-12 22:47:28 +01:00
server.php Initial structure 2019-02-11 21:38:04 +01:00
webpack.mix.js Initial structure 2019-02-11 21:38:04 +01:00
yarn.lock Bump websocket-extensions from 0.1.3 to 0.1.4 2020-06-07 19:49:56 +00:00

Music-Laravel

This project is a Web APi to [https://www.musicpd.org/](Music Player Daemon) based on https://laravel.com/.

It requires a running MPD to be reachable on localhost.

Design rules

  • class inheritance
  • modular design
  • API-wide data pagination system

Running

composer update
php artisan serve