Closed AlexRegenbogen closed 10 years ago
I'm not yet seeing the changes in your repo.
Before I could not complete the composer update cause it would not clone the repo to my Vendor-folder. Main reason I went ahead and copied the needed parts from the Welpen-repo
I also noticed that I have to move stuff around after I get the package running, cause when I copied the parts needed from the Welpen-repo, that made my code local, and that made it a little harder to update my fork ;-(
Hopefully I get to it before the end of the weekend... until then: small teaser: http://www.relexed.com/photos :-)
I had trouble testing with L4.1 so I didn't release 1.1 yet. I think I am going to completely revamp the package. So please stay tuned with new PRs until monday! The Welpen-repo you mention is also outdated (and not very nice coded in my opinion). BTW, your photo gallery already looks good!
Done, see the 1.1 release; https://github.com/Jeroen-G/laravel-photo-gallery/releases/tag/v1.1
I did this just before you placed your PR. :-) Does your gallery work after this change? Because according to the upgrade guide of Laravel,
Illuminate\Routing\Controllers\Controller;
should be changed toIlluminate\Routing\Controller;
(in the BaseController)