Skip to content

Commit 88ca495

Browse files
committed
deploy: b64f2b4
1 parent b121317 commit 88ca495

File tree

11 files changed

+225
-8
lines changed

11 files changed

+225
-8
lines changed

.doctrees/environment.pickle

11.9 KB
Binary file not shown.

.doctrees/index.doctree

733 Bytes
Binary file not shown.

.doctrees/installation.doctree

8.04 KB
Binary file not shown.

_sources/index.rst.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
.. laravel_documentation documentation master file, created by
2-
sphinx-quickstart on Fri Jun 21 10:53:16 2024.
1+
.. Laravel Documentation documentation master file, created by
2+
sphinx-quickstart on Fri Jun 25 10:34:51 2021.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to laravel_documentation's documentation!
7-
=================================================
6+
Welcome to Laravel Documentation's documentation!
7+
================================================
8+
9+
Contents:
810

911
.. toctree::
1012
:maxdepth: 2
1113
:caption: Contents:
1214

13-
15+
installation
1416

1517
Indices and tables
1618
==================

_sources/installation.rst.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Installation de Laravel
2+
=======================
3+
4+
Introduction
5+
------------
6+
7+
Laravel est un framework PHP robuste et moderne pour le développement d'applications web.
8+
9+
Pré-requis
10+
-----------
11+
12+
Assurez-vous d'avoir les éléments suivants installés sur votre machine :
13+
14+
- PHP >= 7.3
15+
- Composer
16+
- Un serveur web tel qu'Apache ou Nginx
17+
18+
Installation
19+
------------
20+
21+
Suivez les étapes ci-dessous pour installer Laravel :
22+
23+
1. **Installer Composer**
24+
25+
Si Composer n'est pas déjà installé, vous pouvez le télécharger depuis [getcomposer.org](https://getcomposer.org).
26+
27+
2. **Créer un nouveau projet Laravel**
28+
29+
Exécutez la commande suivante pour créer un nouveau projet Laravel :
30+
31+
.. code-block:: bash
32+
33+
composer create-project --prefer-dist laravel/laravel nom-du-projet
34+
35+
3. **Configurer le serveur web**
36+
37+
Configurez votre serveur web pour qu'il pointe vers le répertoire `public` de votre nouveau projet Laravel.
38+
39+
Vérification
40+
------------
41+
42+
Accédez à votre projet via l'URL configurée sur votre serveur web. Vous devriez voir la page d'accueil de Laravel.
43+

genindex.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ <h1 class="logo"><a href="index.html">laravel_documentation</a></h1>
5353

5454

5555
<h3>Navigation</h3>
56+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
57+
<ul>
58+
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation de Laravel</a></li>
59+
</ul>
5660

5761
<div class="relations">
5862
<h3>Related Topics</h3>

index.html

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>Welcome to laravel_documentation’s documentation! &#8212; Documentation laravel_documentation 0.0</title>
8+
<title>Welcome to Laravel Documentation’s documentation! &#8212; Documentation laravel_documentation 0.0</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4f649999" />
1010
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=039e1c02" />
1111
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=ccc581b2"></script>
@@ -14,6 +14,7 @@
1414
<script src="_static/translations.js?v=d99ca74e"></script>
1515
<link rel="index" title="Index" href="genindex.html" />
1616
<link rel="search" title="Recherche" href="search.html" />
17+
<link rel="next" title="Installation de Laravel" href="installation.html" />
1718

1819
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
1920

@@ -31,8 +32,19 @@
3132
<div class="body" role="main">
3233

3334
<section id="welcome-to-laravel-documentation-s-documentation">
34-
<h1>Welcome to laravel_documentation’s documentation!<a class="headerlink" href="#welcome-to-laravel-documentation-s-documentation" title="Lien permanent vers cette rubrique"></a></h1>
35+
<h1>Welcome to Laravel Documentation’s documentation!<a class="headerlink" href="#welcome-to-laravel-documentation-s-documentation" title="Lien permanent vers cette rubrique"></a></h1>
36+
<p>Contents:</p>
3537
<div class="toctree-wrapper compound">
38+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
39+
<ul>
40+
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation de Laravel</a><ul>
41+
<li class="toctree-l2"><a class="reference internal" href="installation.html#introduction">Introduction</a></li>
42+
<li class="toctree-l2"><a class="reference internal" href="installation.html#pre-requis">Pré-requis</a></li>
43+
<li class="toctree-l2"><a class="reference internal" href="installation.html#installation">Installation</a></li>
44+
<li class="toctree-l2"><a class="reference internal" href="installation.html#verification">Vérification</a></li>
45+
</ul>
46+
</li>
47+
</ul>
3648
</div>
3749
</section>
3850
<section id="indices-and-tables">
@@ -61,11 +73,16 @@ <h1 class="logo"><a href="#">laravel_documentation</a></h1>
6173

6274

6375
<h3>Navigation</h3>
76+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
77+
<ul>
78+
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation de Laravel</a></li>
79+
</ul>
6480

6581
<div class="relations">
6682
<h3>Related Topics</h3>
6783
<ul>
6884
<li><a href="#">Documentation overview</a><ul>
85+
<li>Next: <a href="installation.html" title="Chapitre suivant">Installation de Laravel</a></li>
6986
</ul></li>
7087
</ul>
7188
</div>

installation.html

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="fr">
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
7+
8+
<title>Installation de Laravel &#8212; Documentation laravel_documentation 0.0</title>
9+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4f649999" />
10+
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=039e1c02" />
11+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=ccc581b2"></script>
12+
<script src="_static/doctools.js?v=888ff710"></script>
13+
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
14+
<script src="_static/translations.js?v=d99ca74e"></script>
15+
<link rel="index" title="Index" href="genindex.html" />
16+
<link rel="search" title="Recherche" href="search.html" />
17+
<link rel="prev" title="Welcome to Laravel Documentation’s documentation!" href="index.html" />
18+
19+
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
20+
21+
22+
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
23+
24+
</head><body>
25+
26+
27+
<div class="document">
28+
<div class="documentwrapper">
29+
<div class="bodywrapper">
30+
31+
32+
<div class="body" role="main">
33+
34+
<section id="installation-de-laravel">
35+
<h1>Installation de Laravel<a class="headerlink" href="#installation-de-laravel" title="Lien permanent vers cette rubrique"></a></h1>
36+
<section id="introduction">
37+
<h2>Introduction<a class="headerlink" href="#introduction" title="Lien permanent vers cette rubrique"></a></h2>
38+
<p>Laravel est un framework PHP robuste et moderne pour le développement d’applications web.</p>
39+
</section>
40+
<section id="pre-requis">
41+
<h2>Pré-requis<a class="headerlink" href="#pre-requis" title="Lien permanent vers cette rubrique"></a></h2>
42+
<p>Assurez-vous d’avoir les éléments suivants installés sur votre machine :</p>
43+
<ul class="simple">
44+
<li><p>PHP &gt;= 7.3</p></li>
45+
<li><p>Composer</p></li>
46+
<li><p>Un serveur web tel qu’Apache ou Nginx</p></li>
47+
</ul>
48+
</section>
49+
<section id="installation">
50+
<h2>Installation<a class="headerlink" href="#installation" title="Lien permanent vers cette rubrique"></a></h2>
51+
<p>Suivez les étapes ci-dessous pour installer Laravel :</p>
52+
<ol class="arabic">
53+
<li><p><strong>Installer Composer</strong></p>
54+
<p>Si Composer n’est pas déjà installé, vous pouvez le télécharger depuis [getcomposer.org](<a class="reference external" href="https://getcomposer.org">https://getcomposer.org</a>).</p>
55+
</li>
56+
<li><p><strong>Créer un nouveau projet Laravel</strong></p>
57+
<p>Exécutez la commande suivante pour créer un nouveau projet Laravel :</p>
58+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>composer<span class="w"> </span>create-project<span class="w"> </span>--prefer-dist<span class="w"> </span>laravel/laravel<span class="w"> </span>nom-du-projet
59+
</pre></div>
60+
</div>
61+
</li>
62+
<li><p><strong>Configurer le serveur web</strong></p>
63+
<p>Configurez votre serveur web pour qu’il pointe vers le répertoire <cite>public</cite> de votre nouveau projet Laravel.</p>
64+
</li>
65+
</ol>
66+
</section>
67+
<section id="verification">
68+
<h2>Vérification<a class="headerlink" href="#verification" title="Lien permanent vers cette rubrique"></a></h2>
69+
<p>Accédez à votre projet via l’URL configurée sur votre serveur web. Vous devriez voir la page d’accueil de Laravel.</p>
70+
</section>
71+
</section>
72+
73+
74+
</div>
75+
76+
</div>
77+
</div>
78+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
79+
<div class="sphinxsidebarwrapper">
80+
<h1 class="logo"><a href="index.html">laravel_documentation</a></h1>
81+
82+
83+
84+
85+
86+
87+
88+
89+
<h3>Navigation</h3>
90+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
91+
<ul class="current">
92+
<li class="toctree-l1 current"><a class="current reference internal" href="#">Installation de Laravel</a><ul>
93+
<li class="toctree-l2"><a class="reference internal" href="#introduction">Introduction</a></li>
94+
<li class="toctree-l2"><a class="reference internal" href="#pre-requis">Pré-requis</a></li>
95+
<li class="toctree-l2"><a class="reference internal" href="#installation">Installation</a></li>
96+
<li class="toctree-l2"><a class="reference internal" href="#verification">Vérification</a></li>
97+
</ul>
98+
</li>
99+
</ul>
100+
101+
<div class="relations">
102+
<h3>Related Topics</h3>
103+
<ul>
104+
<li><a href="index.html">Documentation overview</a><ul>
105+
<li>Previous: <a href="index.html" title="Chapitre précédent">Welcome to Laravel Documentation’s documentation!</a></li>
106+
</ul></li>
107+
</ul>
108+
</div>
109+
<div id="searchbox" style="display: none" role="search">
110+
<h3 id="searchlabel">Recherche rapide</h3>
111+
<div class="searchformwrapper">
112+
<form class="search" action="search.html" method="get">
113+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
114+
<input type="submit" value="Go" />
115+
</form>
116+
</div>
117+
</div>
118+
<script>document.getElementById('searchbox').style.display = "block"</script>
119+
120+
121+
122+
123+
124+
125+
126+
127+
</div>
128+
</div>
129+
<div class="clearer"></div>
130+
</div>
131+
<div class="footer">
132+
&copy;2024, Hocine YAKOUBI.
133+
134+
|
135+
Powered by <a href="http://sphinx-doc.org/">Sphinx 7.1.2</a>
136+
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
137+
138+
|
139+
<a href="_sources/installation.rst.txt"
140+
rel="nofollow">Page source</a>
141+
</div>
142+
143+
144+
145+
146+
</body>
147+
</html>

objects.inv

20 Bytes
Binary file not shown.

search.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ <h1 class="logo"><a href="index.html">laravel_documentation</a></h1>
8080

8181

8282
<h3>Navigation</h3>
83+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
84+
<ul>
85+
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation de Laravel</a></li>
86+
</ul>
8387

8488
<div class="relations">
8589
<h3>Related Topics</h3>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)