-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileManager custom middleware :: IDEA :: **to be completed/tested/debugged** #1054
Comments
Important NotesImage Processing
Security
File Operations
Best Practices
Support
Installation & SetupPrerequisites
Quick Start
Configuration ConstantsCore Constants
Security Constants
System Requirements
Customization
API Endpoints
Note: All paths in 🟢 GET
|
Hi Michele, Wow.. this is quite a feature.. almost an entire software package by itself. I envisioned this and have never been building it at https://github.com/mevdschee/php-file-api I think you did an awesome job, congratulations! Thank you for sharing this. How would you want this to move forward? Kind regards, Maurits |
Hi Maurits, Although, in my opinion, having it integrated here in crud api is really convenient for devs. Maybe we could plan to make the filemanager package easily integrable into crud api? Although, in that case, the exception should be handled to understand if the use of the package is standalone or as a plugin/middleware. I don't know, what do you think about that? |
Hi @mevdschee, first of all I would like to thank you for this fantastic project: you had a beautiful idea and it helped me create very interesting works, and for this I wanted to give my contribution too. The only thing that in my opinion was missing (and that I needed in the past) was an integrated file manager. I then started to create a custom middleware. It works, it does its dirty job, but I want to discuss with you and the whole community to understand if it is taking the right direction before continuing with writing the code in vain. I am therefore sharing with all of you the code and a mini-documentation that I have written to help you understand what I have done so far. Please test it (not in production, although it works) and let me know what you think!
I commented the code as much as possible where necessary, read it! Let's collaborate!
The text was updated successfully, but these errors were encountered: