diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index 625551a..083e004 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ
diff --git a/.doctrees/index.doctree b/.doctrees/index.doctree
index 53af11d..c86d101 100644
Binary files a/.doctrees/index.doctree and b/.doctrees/index.doctree differ
diff --git a/.doctrees/installation.doctree b/.doctrees/installation.doctree
new file mode 100644
index 0000000..22c2f62
Binary files /dev/null and b/.doctrees/installation.doctree differ
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 85e71f9..8edf844 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -1,16 +1,18 @@
-.. laravel_documentation documentation master file, created by
- sphinx-quickstart on Fri Jun 21 10:53:16 2024.
+.. Laravel Documentation documentation master file, created by
+ sphinx-quickstart on Fri Jun 25 10:34:51 2021.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to laravel_documentation's documentation!
-=================================================
+Welcome to Laravel Documentation's documentation!
+================================================
+
+Contents:
.. toctree::
:maxdepth: 2
:caption: Contents:
-
+ installation
Indices and tables
==================
diff --git a/_sources/installation.rst.txt b/_sources/installation.rst.txt
new file mode 100644
index 0000000..d52a5e3
--- /dev/null
+++ b/_sources/installation.rst.txt
@@ -0,0 +1,43 @@
+Installation de Laravel
+=======================
+
+Introduction
+------------
+
+Laravel est un framework PHP robuste et moderne pour le développement d'applications web.
+
+Pré-requis
+-----------
+
+Assurez-vous d'avoir les éléments suivants installés sur votre machine :
+
+- PHP >= 7.3
+- Composer
+- Un serveur web tel qu'Apache ou Nginx
+
+Installation
+------------
+
+Suivez les étapes ci-dessous pour installer Laravel :
+
+1. **Installer Composer**
+
+ Si Composer n'est pas déjà installé, vous pouvez le télécharger depuis [getcomposer.org](https://getcomposer.org).
+
+2. **Créer un nouveau projet Laravel**
+
+ Exécutez la commande suivante pour créer un nouveau projet Laravel :
+
+ .. code-block:: bash
+
+ composer create-project --prefer-dist laravel/laravel nom-du-projet
+
+3. **Configurer le serveur web**
+
+ Configurez votre serveur web pour qu'il pointe vers le répertoire `public` de votre nouveau projet Laravel.
+
+Vérification
+------------
+
+Accédez à votre projet via l'URL configurée sur votre serveur web. Vous devriez voir la page d'accueil de Laravel.
+
diff --git a/genindex.html b/genindex.html
index a73e9c5..1bed3ef 100644
--- a/genindex.html
+++ b/genindex.html
@@ -53,6 +53,10 @@