Welcome Guest, Not a member yet? Register   Sign In
Integrating CKFinder / Load .html with view()
#1
Question 
(This post was last modified: 05-05-2020, 11:36 AM by jreklund.)

Hi everybody,

I am trying ot integrate CKFInder in my app. Some questions will be directly CKFinder related, other will be broader, like the first one.

I stored the php connector in my server (as in the docs), but under \App\ThirdParty\ckfinder. Now I want to access teh sample sites, i.e. \App\ThirdParty\ckfinder\samples\ckeditor.html.

How do I do that? How do I route to a direct html file? I tried via closures, but it does not even parse:

PHP Code:
$routes->group('ckfinder', ['namespace' => 'App\ThirdParty\ckfinder\samples'], function($routes){
    $routes->get('full-page-open.html', function (){
        view('full-page-open.html');
    }); 
Reply


Messages In This Thread
Integrating CKFinder / Load .html with view() - by elserra - 05-04-2020, 01:05 PM
RE: Integrating CKFinder - by jreklund - 05-05-2020, 11:19 AM
RE: Integrating CKFinder - by elserra - 05-05-2020, 11:24 AM
How to returrn a .html file - by elserra - 05-05-2020, 11:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB