Skip to content

Commit 7a739f9

Browse files
authored
Update README.md
1 parent 2905bed commit 7a739f9

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,23 @@
2121
<table>
2222
<thead>
2323
<tr>
24-
<th align="center">starter kit laravel installation</th>
2524
</tr>
2625
</thead>
2726
<tbody>
2827
<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>
3441
</tr>
3542
</tbody>
3643
</table>

0 commit comments

Comments
 (0)