mathisburger/symfony-layla

There is no license information available for the latest version (0.2.0) of this package.

A bundle that plays the layla song on a specific rest route

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:symfony-bundle

0.2.0 2022-08-04 11:57 UTC

This package is auto-updated.

Last update: 2024-04-22 19:16:58 UTC


README

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

composer require mathisburger/symfony-layla

Symfony flex does the rest for you. But you also have to add the resource to your routes.yml

layla:
    resource: '@LaylaBundle/Resources/config/routes.yml'