updated readme
This commit is contained in:
parent
59293efe83
commit
51baeeb0b9
|
|
@ -76,24 +76,18 @@ default.
|
||||||
|
|
||||||
### 4. Installation:
|
### 4. Installation:
|
||||||
|
|
||||||
**1. Run the Command**
|
**Run these Commands Below**
|
||||||
~~~
|
~~~
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
**2. Run the Command**
|
|
||||||
~~~
|
~~~
|
||||||
php artisan db:seed
|
php artisan db:seed
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
**3. Run the Command**
|
|
||||||
~~~
|
~~~
|
||||||
php artisan vendor:publish
|
php artisan vendor:publish
|
||||||
|
|
||||||
-> Press 0 and then press enter to publish all assets and configurations.
|
-> Press 0 and then press enter to publish all assets and configurations.
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
**4. Run the Command**
|
|
||||||
```
|
```
|
||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue