zachleigh / larafolio

A portfolio management system for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should be able to update image image

zachleigh opened this issue · comments

When updating an image, you can update the name, alt text etc. but there is currently no way to update the image itself. You have to create a new image if you want to do this. Kind of annoying.

Should move all image logic to /images route instead of having separate routes for projects and pages.

TODO:

  • Add image update tests
  • Move all image controller logic to single image controller

v1.0.0