Skip to content

Commit 69a8ec1

Browse files
committed
Small shift in order of the custom config stuff
1 parent 02d51c2 commit 69a8ec1

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ $post = Post::create([
9292
]);
9393
```
9494

95-
## Flash Messages
96-
97-
By default when the timezone has been set there is a flash message set in the session. There is an optional integration to use [laracasts/flash](https://github.com/laracasts/flash) package if you wish. Just publish the config options (info below) and override the default settings.
98-
99-
100-
## Overwrite existing timezones in the database
101-
102-
By default, the timezone will be overwritten at each login with the current user timezone. This behavior can be restricted to only update the timezone if it is blank by setting the `'overwrite' => false,` config option (info below).
103-
10495
## Custom Configuration
10596

10697
Publishing the config file is optional.
@@ -117,6 +108,21 @@ If you wish to customise the underlying `torann/geoip` package you can publish t
117108
php artisan vendor:publish --provider="Torann\GeoIP\GeoIPServiceProvider" --tag=config
118109
```
119110

111+
### Flash Messages
112+
113+
By default, when the timezone has been set, there is a flash message set in the session. There is an optional integration to use [laracasts/flash](https://github.com/laracasts/flash) package if you wish. Just publish the config options and override the default settings.
114+
115+
116+
### Overwrite existing timezones in the database
117+
118+
By default, the timezone will be overwritten at each login with the current user timezone. This behavior can be restricted to only update the timezone if it is blank by setting the `'overwrite' => false,` config option.
119+
120+
121+
## Changelog
122+
123+
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
124+
125+
120126
## Treeware
121127

122128
You're free to use this package, but if it makes it to your production environment I would highly appreciate you buying the world a tree.

0 commit comments

Comments
 (0)