File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Branch dev-master is for development and is UNSTABLE!
11
11
12
12
## Installation
13
13
14
- Run the following command and provide the latest stable version (e.g v2.6.2 ) :
14
+ Run the following command and provide the latest stable version (e.g v2.6.3 ) :
15
15
16
16
``` bash
17
17
composer require roumen/sitemap
@@ -29,11 +29,12 @@ Then register this service provider with Laravel :
29
29
'Roumen\Sitemap\SitemapServiceProvider',
30
30
```
31
31
32
- Publish configuration file (OPTIONAL ) :
32
+ Publish needed assets (styles, views, config files ) :
33
33
34
34
``` bash
35
35
php artisan vendor:publish --provider=" Roumen\Sitemap\SitemapServiceProvider"
36
36
```
37
+ * Note:* Composer won't update them after ` composer update ` , you'll need to do it manually!
37
38
38
39
## Examples
39
40
You can’t perform that action at this time.
0 commit comments