Installation CI4 on laragon |
Hello
First congratulation for the new version 4.0.0. I wanted to test it and not possible to download it from the home page. I think it is just a temporary problem. I found it https://github.com/codeigniter4/framewor...v4.0.2.zip My environement : windows 2010 with laragon I created a new website ci4, copy the source, add .env with the url Then when I test my first default page http://localhost/ci4/public/index.php I have this error Fatal error: Uncaught TypeError: Argument 1 passed to CodeIgniter\HTTP\URI: ![]()
I found my error
On the .env I had app.baseURL = 'localhost/ci4' It was wront. I change onĀ app.baseURL = 'http://localhost/ci4' And it works. Sorry for this post but maybe that will help other. I should close this post as resolved |
Welcome Guest, Not a member yet? Register Sign In |