Welcome Guest, Not a member yet? Register   Sign In
Using Viewi and CI4
#1

I recently came across Viewi https://viewi.net/ A package to add interactivity to an app using PHP. It's similar to Laravel's Livewire. I gave it a go and try to see if it will work with CI4. I got the pages to render but i noticed the Viewi routes are overiding CI routes depending on which one is intialized first in public/index.php.

PHP Code:
/*
 *---------------------------------------------------------------
 * LAUNCH THE APPLICATION
 *---------------------------------------------------------------
 * Now that everything is setup, it's time to actually fire
 * up the engines and make this app do its thang.
 */
// Viewi application here
include __DIR__ '/../viewi-app/viewi.php';
Viewi\App::handle();

$app->run(); 
Is there any where to join both routes?
Reply


Messages In This Thread
Using Viewi and CI4 - by vimkaf - 08-22-2022, 07:03 AM
RE: Using Viewi and CI4 - by SubrataJ - 08-22-2022, 07:29 AM
RE: Using Viewi and CI4 - by vimkaf - 08-22-2022, 08:52 AM
RE: Using Viewi and CI4 - by kenjis - 08-23-2022, 07:22 PM
RE: Using Viewi and CI4 - by kenjis - 10-14-2022, 01:53 AM
RE: Using Viewi and CI4 - by kenjis - 10-17-2022, 03:14 AM
RE: Using Viewi and CI4 - by murugappan - 08-27-2023, 11:20 PM
RE: Using Viewi and CI4 - by kenjis - 10-25-2022, 05:08 AM
RE: Using Viewi and CI4 - by murugappan - 08-26-2023, 09:18 PM
RE: Using Viewi and CI4 - by datamweb - 08-27-2023, 12:33 AM
RE: Using Viewi and CI4 - by murugappan - 08-27-2023, 09:14 PM
RE: Using Viewi and CI4 - by kenjis - 08-27-2023, 11:27 PM
RE: Using Viewi and CI4 - by murugappan - 08-28-2023, 02:52 AM
RE: Using Viewi and CI4 - by ivan_viewi - 12-02-2023, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB