We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5cf84 commit 6f74a3dCopy full SHA for 6f74a3d
README.md
@@ -13,7 +13,7 @@ What things you need to install the software.
13
* Laravel CLI.
14
* Laravel Valet (optional).
15
* A webserver like Nginx or Apache.
16
-* A Node Package Manager ( npm or yarn )
+* A Node Package Manager ( npm or yarn ).
17
18
### Install
19
Clone the git repository on your computer
@@ -40,13 +40,23 @@ $ cp .env.example .env
40
$ php artisan key:generate
41
```
42
43
+- Install Passport
44
+```
45
+$ php artisan passport:install
46
47
+
48
- Add your database credentials to the necessary `env` fields
49
50
- Migrate the application
51
52
$ php artisan migrate
53
54
55
+- Seed Database
56
57
+php artisan db:seed
58
59
60
- Install node modules
61
62
$ npm install
0 commit comments