-
Notifications
You must be signed in to change notification settings - Fork 89
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
How can i use, if my laravel project is an RestAPI #37
Comments
Does anyone have a solution? I am looking for this also but face the cors problem even my cors has been set |
Yes. I'm already using this package with nuxt.js.
In the next step add it to
Now you should register your CKFinder API routes and assign the middlewares:
That was all we need in our backend.
As you may use
Don't forget to change And finally here is
|
I have a SPA in vuejs on another server which has ckeditor and ckfinder hook up together for frontend users to upload images. and i also have a RestAPI in laravel how can i use the RestAPI as connector only no frontend nothing with this package.
looking for something like this when user upload images
domain.com/api/ckfinder/upload......
how can i achieve this with this package?The text was updated successfully, but these errors were encountered: