Skip to content

Instantly share code, notes, and snippets.

@ryumada
Last active July 6, 2020 03:01
Show Gist options
  • Save ryumada/eadca433d6485222b7dc822818dc7c64 to your computer and use it in GitHub Desktop.
Save ryumada/eadca433d6485222b7dc822818dc7c64 to your computer and use it in GitHub Desktop.
Brief Notes - Codeigniter 4

Codeigniter 4 initial setup

  1. start with permission on writable to owner of your user and the group is www-data. to do this run command like this

sudo chown rizuki-ryumada:www-data writable

sudo chown rizuki-ryumada:www-data writable/*

  1. And don't forget to set the permission to 775 or 755 for wirtable folder and the sub folder items.
  2. And set base url to your virtual host site url on .env file or on config file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment