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?
Bilinmiyor tarafindan soruldu Jan 17, 2026 114 goruntulenme

1 Cevap

0
✓ Kabul Edildi
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.
cantonner tarafindan cevaplandi Jan 17, 2026

Cevap yazmak icin lutfen giris yapin. giris yapin