Welcome Guest, Not a member yet? Register   Sign In
install codigniter 4.02 with composer
#1

Hello,

I'm a complete beginner with composer, so after many problems I can have a working version of CodeIgniter 4.02 installed by composer.

But some probleme are unsolved.

How I can install codeigniter with composer with the index.php from codeigniter file in my public_html folder.
now it's in public_html/project-root/public/

Other problem the file are installed with not the good authorisation, need to use chmod -R 755 project_root.

Thank's, I think this can help many people.

And sorry for my bad english
Reply
#2

You can simply change the name of "public" to "public_html" after the install is finished.
Reply
#3

(02-26-2020, 09:42 AM)dave friend Wrote: You can simply change the name of "public" to "public_html" after the install is finished.

Maybe my question is not clear 

In fact in codeigniter 3, my index.php file was in /public_html
If I rename public to public_html my index.php file will be in /public_html/project-root/public_html
Reply
#4

This should help: Managing Your Application
Reply




Theme © iAndrew 2016 - Forum software by © MyBB