updated readme

This commit is contained in:
Prashant Singh 2018-11-30 20:36:48 +05:30 committed by GitHub
parent 59293efe83
commit 51baeeb0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -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
``` ```