FAQ & Dépannage
The Application Won't Start
- Check the
.envfile and the database configuration. - Run
php artisan migrateto apply the migrations. - Check the logs in
storage/logs/laravel.log.
npm run build Error
- Delete the
node_modulesfolder and runnpm installagain. - Check your Node.js version (
node -v).
🚀 Happy using the iTop Portal!