You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/ton-utilisateur/citil-backend.git
cd citil-backend
## 2. Installer les dépendances```bashcomposer install3. Configurer l'environnementCopiez le fichier exemple : ```bash cp .env.example .env Modifiez .env avec vos paramètres : DB_DATABASE=... DB_USERNAME=... DB_PASSWORD=...4. Générer la clé d'application bashphp artisan key:generate5. Migrer la base de données bashphp artisan migrate --seed6. Démarrer le serveur bashphp artisan serveAccédez à : http://localhost:8000