Skip to content

Commit 0a1a639

Browse files
committed
Merge branch 'publish-routes' of https://github.com/binafy/laravel-user-monitoring into publish-routes
2 parents fe4d550 + 2e69d81 commit 0a1a639

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Installation](#installation)
1313
- [Usage](#usage)
1414
- [Configuration](#configuration)
15-
- [Routes](#routes)
15+
- [Routes Configuration](#routes-configuration)
1616
- [User Configuration](#user-configuration)
1717
- [Foreign Key Type (UUID, ULID, ID)](#foreign-key-type-uuid-ulid-id)
1818
- [Visit Monitoring](#visit-monitoring)
@@ -70,7 +70,7 @@ If you want to publish the views you can use this command:
7070
php artisan vendor:publish --tag="laravel-user-monitoring-views"
7171
```
7272

73-
If you want to publish the middlewares you can use this command:
73+
If you want to publish the middleware you can use this command:
7474

7575
```shell
7676
php artisan vendor:publish --tag="laravel-user-monitoring-middlewares"
@@ -82,7 +82,7 @@ If you want to publish the routes you can use this command:
8282
php artisan vendor:publish --tag="laravel-user-monitoring-routes"
8383
```
8484

85-
For convenience, you can use this command to publish config, migration and ... files:
85+
For convenience, you can use this command to publish config, migration, and ... files:
8686

8787
```shell
8888
php artisan vendor:publish --provider="Binafy\LaravelUserMonitoring\Providers\LaravelUserMonitoringServiceProvider"
@@ -93,20 +93,20 @@ After publishing, run the `php artisan migrate` command.
9393
<a name="usage"></a>
9494
## Usage
9595

96-
The `Laravel-User-Monitoring`, just need to use middleware, traits, etc ... and it's not hard, enjoy :)
96+
The `Laravel-User-Monitoring`, just need to use middleware, traits, etc ... and it's not hard, enjoys :)
9797

9898
<a name="routes-configuration"></a>
9999
## Routes Configuration
100100

101-
If you want to cusomize the routes, you can publish the route file with this command:
101+
If you want to customize the routes, you can publish the route file with this command:
102102

103103
```shell
104104
php artisan vendor:publish --tag="laravel-user-monitoring-routes"
105105
```
106106

107-
After, you can go to `routes/user-monitoring.php` file and customize the routes.
107+
After, you can go to the `routes/user-monitoring.php` file and customize the routes.
108108

109-
Also, if you want to change the route file name, you can go to config file and change the `file_path`:
109+
Also, if you want to change the route file name, you can go to the config file and change the `file_path`:
110110

111111
```php
112112
/*

0 commit comments

Comments
 (0)