Skip to content

Commit 9b8eb49

Browse files
authored
Update README.md
1 parent c82a9ec commit 9b8eb49

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77
<a href="https://packagist.org/packages/laravel/framework"><img src="https://img.shields.io/packagist/l/laravel/framework" alt="License"></a>
88
</p>
99

10+
11+
<p> install composer</p>
12+
<p> php artisan key:generate </p>
13+
<p> create a db [de name de username de password] </p>
14+
<p> copy .env.example </p>
15+
<p> rename .env </p>
16+
<p> update db name db username db password </p>
17+
<p> php artisan migrate --seed</p>
18+
<p>install yarn</p>
19+
<p>yarn dev</p>
20+
<p>php artisan serve</p>
21+
22+
23+
24+
1025
## About Laravel
1126

1227
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

0 commit comments

Comments
 (0)