Skip to content

Commit 67e51c0

Browse files
committed
doc enhanced
1 parent fa1d30c commit 67e51c0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-eloquentize-client` will be documented in this file.
44

5+
15-03-2024
6+
7+
Add laravel 11 compatibility
8+
59
28-02-2024
610

711
Create a branch and a tag for old project, use dev-php7.4

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ for php 7.4 please use
4848
composer require eloquentize/laravel-eloquentize-client dev-php7.4
4949
```
5050

51-
After installation, proceed to [alpha](https://eloquentize.com) to create your account and generate an API key. This key should then be added to your **`.env`** file in the following manner to complete the configuration process:
51+
After installation, proceed to [eloquentize](https://eloquentize.com) to create your account and generate an API key. This key should then be added to your **`.env`** file in the following manner to complete the configuration process:
5252

5353
```makefile
5454
ELOQUENTIZE_API_TOKEN=your_api_key_here
5555
```
5656

5757
**Usage** involves executing artisan commands like the one below to gather daily metrics:
58-
58+
( use --dry and -v for your test )
5959
```bash
60-
php artisan eloquentize:models-count
60+
php artisan eloquentize:models-count --dry -v
6161
```
6262

6363
You can tailor the data collection to your needs by specifying dates, event types, or selecting specific models, with aggregation commands available for deeper insights. These commands can be automated by scheduling them within **`App\Console\Kernel`**.
@@ -69,7 +69,7 @@ php artisan eloquentize:models-count-legacy
6969
```
7070
### Docs
7171

72-
The full doc can be found [Eloquentize](https://eloquentize.com/).
72+
The full doc can be found [Eloquentize](https://eloquentize.com/docs).
7373

7474
## Testing
7575
```bash

0 commit comments

Comments
 (0)