0

How do I install the generated app after code generation?

After CI Wiz generates files, what are the actual steps to get a working app running? Do I need Composer? Is there a built-in server?
Posee par Inconnu Jan 17, 2026 113 vues

1 reponse

0
✓ Acceptee
After CI Wiz generates and publishes the files to your target folder, the steps to get it running are standard CI4: 1. Run `composer install` in the project root to pull in dependencies. 2. Copy `env` to `.env` and configure `database.*` and `app.baseURL`. 3. Set `CI_ENVIRONMENT = development` in `.env` for debugging. 4. Point a virtual host (Herd, MAMP, Valet, or nginx/Apache) at the `/public` directory. 5. Visit the app in your browser. There is no separate install script from CI Wiz. If Shield authentication was generated, run `php spark migrate` to create the auth tables before the first login.
Repondu par cantonner Jan 17, 2026

Veuillez vous connecter pour publier une reponse. vous connecter