Jeroen-G / laravel-photo-gallery

A photo gallery for Laravel
40 stars 32 forks source link

cant install on Laravel 5.1 #32

Closed dbr0 closed 9 years ago

dbr0 commented 9 years ago

Hi, I'm new to all this so please be tolerant if I'm doing something wrong. Thanks.

I have problems installing package on Laravel 5.1.7. Here's the composer require output:

Using version ^1.2 for jeroen-g/laravel-photo-gallery ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Any thoughts when will the package be available on 5.1.7 version? Also is there a demo somewhere to see the app in action?

Jeroen-G commented 9 years ago

Version 1.* works only on Laravel 4. I am working on version 2, which would work on Laravel 5.\ but this takes some time. So you could try requiring version 2.0.x-dev instead, but it will very likely contain bugs and work not as expected. If you yourself have some extra time, you are welcome to place Pull Requests on the 2.0 branch with bug repairs or new features. There is currently also not a demo online.