File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,27 +56,27 @@ Whether you are building a new project or looking to enhance an existing one, "L
5656- ``` PHP >= 8.0 ```
5757- ``` Laravel >= 9.0 ```
5858
59- You can install the package with Composer.
59+ You can install the package with Composer:
6060
6161``` bash
6262composer require binafy/laravel-user-monitoring
6363```
6464
6565## Publish
6666
67- If you want to publish a config file you can use this command:
67+ If you want to publish a config file, you can use this command:
6868
6969``` shell
7070php artisan vendor:publish --tag=" laravel-user-monitoring-config"
7171```
7272
73- If you want to publish the migrations you can use this command:
73+ If you want to publish the migrations, you can use this command:
7474
7575``` shell
7676php artisan vendor:publish --tag=" laravel-user-monitoring-migrations"
7777```
7878
79- If you want to publish the views you can use this command:
79+ If you want to publish the views, you can use this command:
8080
8181``` shell
8282php artisan vendor:publish --tag=" laravel-user-monitoring-views"
You can’t perform that action at this time.
0 commit comments