Closed seunex17 closed 2 years ago
Working on it, i'll let you know as soon as possible
Working on it, i'll let you know as soon as possible
Thanks Man 😊
@jaguarch SvelteKit isn't stable yet, expect bugs
I am extremely interested in this as well!
@seunex17 @PwrSrg
https://github.com/firtadokei/codeigniter-vitejs/tree/v2
Let me know if it works fine
@jaguarch Will let you know ASAP 😃
@jaguarch It looks great when you start the server from the base url (http://localhost:8080). After the landing page, I then navigate to the about page, which works really well now. I try to reload the page when at the about page or visit the about page url directly (http://localhost:8080/about). While loading the page, it first displays the CodeIgniter default page, followed by a blank page, as shown in the screenshot below.
I think more work here is in the .htaccess file we need to send every request to index.php file.
Going through the package src file, I notice that the Codeigniter4 Vite has a default home page route defined, which points to the Codeigniter default homepage. I delete this file and replace it with a very simple blank index page that has a div element with an id=app.
It seems to be looking good after taking the above process.
NICE Catch! 👍🏼
This is really looking good. The load() function is fantastic! Loading data from Codeingiter is just perfect, man!
@seunex17 Glad to hear that, i'm always ready to help if you have any other suggestion.
Hello, I really love the starter template, which seems to be a very good kick start to the repo.
Please, I don't know if it's possible to support SvelteKit and we use CodeIgniter as the server side.