Jeroen-G / laravel-photo-gallery

A photo gallery for Laravel
40 stars 32 forks source link

Error uploading images when no album is created #20

Closed challapradyumna closed 10 years ago

challapradyumna commented 10 years ago

Tried to upload an image when no albums were created and throwed an SQL error . Possible solution is to create a default album during migration .

Jeroen-G commented 10 years ago

Very good idea. I will work on that!

Jeroen-G commented 10 years ago

I see you already placed a PR, thanks!