lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bonfire Installer - XAMPP for windows

colonelo opened this issue · comments

i have done the usual bonfire installation via localhost: 8080 works for me.
But i want to execute system on xampp service apache and mysql the system routes not working

If I change the .env and app files. php on 127.0.0.1 and apache http.conf according to the instructions in my document root does not work at all. It tempts me to test performance under this environment as it will be the same as in production, Pictured is my file structure. I have already looked at the variants, I see that php serve uses its own settings, which are not suitable for development, as we will have problems with production. You can help us with advice, and I'll do my best with testing,

slika

When i starded via xampp with manual input

https://127.0.0.1/app/public/

slika

the root system is not recognize via routes settings, (document_root, base_url.....i dont know)

login url points to url without routes settings

slika

Apparently the local server has its own settings and procedures ?

Like CodeIgniter in general, It's not designed to run from a sub-folder without modifications. I'm not a devops guy, and haven't used Apache in awhile, but this tutorial looks to cover it for you.

Firts thanks for your time and hints

I followed the instructions for XAMPP and codeigniter and successfully started BONFIRE2 via xampp.

here is the additional info for other users which must be set for the login system to work

.env file
app.baseURL = 'http://ci4site.test'
App.php
public $baseURL = 'http://ci4site.test';

after a successful login, the menus work.

I continue to test the functionality BONFIRE via XAMPP environment

slika
slika
I see that additional matters are being supplemented