File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 21
21
<table >
22
22
<thead >
23
23
<tr >
24
- <th align =" center " >starter kit laravel installation</th >
25
24
</tr >
26
25
</thead >
27
26
<tbody >
28
27
<tr >
29
- <td align =" center " ><p >- 💬 install composer</p ></td >
30
- <td align =" center " ><p >- 💬 php artisan key:generate </p ></td >
31
- <td align =" center " ><p > - 💬create a db [db name db username db password] </p ></td >
32
- <td align =" center " ><p >- 💬 php artisan key:generate </p ></td >
33
- <td align =" center " ><p > - 💬copy .env.example </p ></td >
28
+
29
+ <p >- 💬 install composer</p >
30
+ <p >- 💬 php artisan key:generate </p >
31
+ <p > - 💬create a db [db name db username db password] </p >
32
+ <p > - 💬copy .env.example </p >
33
+ <p > - 💬rename .env </p >
34
+ <p >- 💬 update db name db username db password </p >
35
+ <p >- 💬 php artisan migrate --seed</p >
36
+ <p >- 💬npm install</p >
37
+ <p >- 💬 yarn install</p >
38
+ <p >- 💬yarn dev</p >
39
+ <p >- 💬php artisan serve</p >
40
+ <p >- 💬registration for first user admin</p >
34
41
</tr >
35
42
</tbody >
36
43
</table >
You can’t perform that action at this time.
0 commit comments