-
Notifications
You must be signed in to change notification settings - Fork 80
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
add: laravel-image-upload #84
Conversation
got it working! had to install php and composer 😂 guessing a lot of the files comes with a default installation of Laravel? like the auth stuff? also curious, are all of the other lines in FileUploadController just different options for the Laravel SDK and uploading files? |
Yeah it does come with a lot of boilerplate. Its a pain too manage versions of php and laravel too. As laravel does not support php 8 till now. Yeah they are different uploading options. Also can you please read your discord dm's @colbyfayock |
2 requests:
after that lets get this merged! |
@colbyfayock The thing is i can try to do it but when i was installing meteor yesterday it messed up all my system environment variables so none of the commands like php, composer, code . , go etc. nothing works . I am trying to fix it. So if you are okay you might have to wait a bit. Sorry 😔. |
@colbyfayock is attempting to deploy a commit to the Cloudinary DevX Team on Vercel. A member of the Team first needs to authorize it. |
hey @AvaterClasher made a few tweaks, im going to merge this in and open a separate ticket to update it. if you find the time and get the enviornment back up and running that would be great to get the fixes in! but for now, let's unblock this as it still provides some value |
@all-contributors please add @AvaterClasher for code |
I've put up a pull request to add @AvaterClasher! 🎉 |
@AvaterClasher i can't remember if you've completed a separate PR for hacktoberfest yet already or still working on others, but in case you didn't, congrats on the merged PR! since it was merged during Hacktoberfest, you're eligible for some free swag. Please email [email protected] with your Github username and a link to this PR where we'll follow up with you there. https://cloudinary.com/blog/hacktoberfest-celebrate-open-source-sdks disclaimer since you're working on multiple: everyone is only eligble for 1 swag pack |
Issue created here: #105 |
closes [#46 ]
Added the laravel image upload widget.