Skip to content

Commit 6f74a3d

Browse files
committed
updated readme
1 parent 2e5cf84 commit 6f74a3d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ What things you need to install the software.
1313
* Laravel CLI.
1414
* Laravel Valet (optional).
1515
* A webserver like Nginx or Apache.
16-
* A Node Package Manager ( npm or yarn )
16+
* A Node Package Manager ( npm or yarn ).
1717

1818
### Install
1919
Clone the git repository on your computer
@@ -40,13 +40,23 @@ $ cp .env.example .env
4040
$ php artisan key:generate
4141
```
4242

43+
- Install Passport
44+
```
45+
$ php artisan passport:install
46+
```
47+
4348
- Add your database credentials to the necessary `env` fields
4449

4550
- Migrate the application
4651
```
4752
$ php artisan migrate
4853
```
4954

55+
- Seed Database
56+
```
57+
php artisan db:seed
58+
```
59+
5060
- Install node modules
5161
```
5262
$ npm install

0 commit comments

Comments
 (0)