jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
252 stars 80 forks source link

Feature/file uploads #97

Closed germain-italic closed 11 months ago

germain-italic commented 11 months ago

Depends on #90


This PR is finally bringing file uploads to Cruddiy!

Long story short, it works exactly as you'd expect:

Check the columns you want to use for File upload:

Select a file from your computer in Create:

Link to the upload in View:

Link to upload in List:

Link to the upload and checkbox to delete it in Update:

The good stuff:

The extras:


Unrelated, but also in this PR

jan-vandenberg commented 11 months ago

Wow, absolutely amazing work!

As discussed in another PR I just sent you a link to become a collaborator, so can you merge these and other PRs.

Thanks for being excellent!

germain-italic commented 11 months ago

Thanks @jan-vandenberg, with great power comes great responsibility!