=== Spixer API Setup === ✅ .env file already exists. Database type: mysql MySQL configuration detected for production. Make sure your MySQL database is accessible and configured properly. ✅ JWT secret is configured. ✅ Composer dependencies are installed. === Setup Complete === To start the development server, run: php -S localhost:8000 -t public API will be available at: - Health check: http://localhost:8000 - Events: http://localhost:8000/v1/events - Auth: http://localhost:8000/v1/auth/register For production deployment to api.spixer.fr: 1. Set DB_TYPE=mysql in .env 2. Configure MySQL database credentials 3. Point your web server to the 'public' directory 4. Import schema.sql to your MySQL database ✅ Spixer API is ready to use!