Skip to content

Commit 72da02a

Browse files
committed
Merge branch 'hotfix/v1.0.4'
2 parents 86e8467 + 92af09c commit 72da02a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ LeeOvery\WordpressToLaravel\WordpressToLaravelServiceProvider::class,
2727

2828
Publish the config file:
2929

30-
``` php
31-
php artisan vendor:publish --provider="LeeOvery\WordpressToLaravel\WordpressToLaravelServiceProvider" --tag="config"
30+
``` bash
31+
$ php artisan vendor:publish --provider="LeeOvery\WordpressToLaravel\WordpressToLaravelServiceProvider" --tag="config"
3232
```
3333

3434
Migrate your database to setup the posts, categories, tags & author tables:
3535

36-
``` php
37-
php artisan migrate
36+
``` bash
37+
$ php artisan migrate
3838
```
3939

4040
Setup the url to your WP blog in your env file:
@@ -53,8 +53,8 @@ Firstly, it's best to perform a full sync to get all your posts etc across in on
5353

5454
To force sync all published posts:
5555

56-
``` php
57-
php artisan wordpress-to-laravel:import -F -T
56+
``` bash
57+
$ php artisan wordpress-to-laravel:import -F -T
5858
```
5959

6060
The `-F` flag forces all posts to be synced. The `-T` flag will truncate all the relevant DB tables prior to syncing.

0 commit comments

Comments
 (0)