Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathisburger/symfony-layla
A symfony bundle that plays the layla song on a specific rest route
https://github.com/mathisburger/symfony-layla
bundle layla music-player php symfony symfony-bundle
Last synced: 26 days ago
JSON representation
A symfony bundle that plays the layla song on a specific rest route
- Host: GitHub
- URL: https://github.com/mathisburger/symfony-layla
- Owner: MathisBurger
- License: cc0-1.0
- Created: 2022-08-04T10:08:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T16:13:28.000Z (about 2 years ago)
- Last Synced: 2024-10-04T13:04:11.334Z (about 1 month ago)
- Topics: bundle, layla, music-player, php, symfony, symfony-bundle
- Language: Twig
- Homepage: https://packagist.org/packages/mathisburger/symfony-layla
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony Layla
Symfony layla is a fun project, that has been built in less than a
hour of total time. It is a simple symfony bundle that registers a new route
that displays the layla text in karaoke style and plays the song if you click
on the text. It is quite simple. There is no real world changing technique or benefit from
this project. It is only built for fun.# Usage
Why should you use Symfony Layla? Because it is fun! Imagine building
the next billion dollar symfony application, but from time to time the development process
gets boring. Just install this bundle and enter the `/layla` route to
enjoy the development process again.# Installation
Installation is quite easy with
```shell
composer require mathisburger/symfony-layla
```
Symfony flex does the rest for you.
But you also have to add the resource to your `routes.yml`
```yaml
layla:
resource: '@LaylaBundle/Resources/config/routes.yml'
```