Skip to content
This repository was archived by the owner on Jun 1, 2019. It is now read-only.

Commit f46f1fa

Browse files
committed
Update README.md
1 parent 39f2d87 commit f46f1fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This package can be installed through Composer.
1515
}
1616
```
1717

18+
1819
This service provider must be registered.
1920
```php
2021

@@ -26,12 +27,14 @@ This service provider must be registered.
2627
];
2728
```
2829

30+
2931
You'll also need to publish and run the migration in order to create the db-table.
3032
```
3133
php artisan migrate:publish spatie/activitylog
3234
php artisan migrate
3335
```
3436

37+
3538
Activitylog also comes with a facade, which provides an easy way to call it.
3639
```php
3740

@@ -43,11 +46,11 @@ Activitylog also comes with a facade, which provides an easy way to call it.
4346
)
4447
```
4548

49+
4650
Optionally you can publish the config file of this package.
4751
```
4852
php artisan config:publish spatie/activitylog
4953
```
50-
5154
The configuration will be written to ```app/config/packages/spatie/activitylog```. The options provided are self explanatory.
5255

5356

0 commit comments

Comments
 (0)