Skip to content

Commit f7a6060

Browse files
Fixing line numbers in readme file
1 parent 1574a18 commit f7a6060

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

readme.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ or
4141
$ composer update
4242
```
4343

44-
**3-** Generate a new application key for your app
44+
**4-** Generate a new application key for your app
4545

4646
```bash
4747
$ php artisan key:generate
4848
```
4949

50-
**4-** Edit the .env file and add / update your local database credentials in the .env file
50+
**5-** Edit the .env file and add / update your local database credentials in the .env file
5151

5252
```
5353
DB_CONNECTION=mysql
@@ -59,40 +59,41 @@ DB_PASSWORD=secret
5959
6060
```
6161

62-
**5-** Run the database migration and seeders
62+
**6-** Run the database migration and seeders
6363

6464
```bash
6565
$ php artisan migrate --seed
6666

6767
```
6868

69-
**6-** Create a symbolink link to your public storage
69+
**7-** Create a symbolink link to your public storage
7070

7171
```bash
7272
$ php artisan storage:link
7373

7474
```
7575

76-
**7-** Run npm to install additional dependencies
76+
**8-** Run npm to install additional dependencies
7777

7878
```bash
7979
$ npm install
8080
```
8181

8282

83-
**8-** Run npm to compile the Js and CSS resources
83+
**9-** Run npm to compile the Js and CSS resources
8484

8585
```bash
8686
$ npm run dev
8787
```
8888

89-
**9-** Launch the app
89+
**10-** Launch the app
9090

9191
```bash
9292
$ php artisan serve
9393
```
9494

95-
**10-** Go to http://localhost:8000/ and voila
95+
**11-** Go to http://localhost:8000/ and Voilà !!!
96+
9697

9798
## What are we demonstrating here?
9899

0 commit comments

Comments
 (0)