musicbox icon indicating copy to clipboard operation
musicbox copied to clipboard

Silex demo project (music portal)

Results 4 musicbox issues
Sort by recently updated
recently updated
newest added

First of all, thanks for this project; it makes understanding Silex a lot easier. When I click on "My Profile" I get the following error: Twig_Error_Runtime: Impossible to access an...

Add SQLite compatible database dump (brutally converted from the MySQL dump). Hope this helps, allowing to test with php -S localhost:8080 for instance

The likes aren't saved by the factory to the DB. The following patch should fix this: ``` @@ -31,10 +31,11 @@ class ArtistRepository implements RepositoryInterface 'name' => $artist->getName(), 'short_biography' =>...

Hi, first of all I think you did a awesome job with this project. I use it as a blueprint for mine. As the title says, I wonder why you...