Skip to content

Commit

Permalink
update upgrade guide docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzzul committed Jul 25, 2024
1 parent 5d50c88 commit be0f013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/id/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Setiap perubahan itu pasti ada dan wajar, jadi kami harap kamu dapat menerima pe
- [PHPinsights v2.x](https://phpinsights.com/)
- [Testbench v9.x](https://packages.tools/testbench.html)

3. Menghapus `App\Generators\GeneratorUtils` kelas dan melakukan perubahan pada _helper_ kelas, [Disini untuk lebih lanjut](#how-to-update)
3. Menghapus (opsional) `App\Generators\GeneratorUtils` kelas dan melakukan perubahan pada _helper_ kelas, [Disini untuk lebih lanjut](#how-to-update)

4. Memperbaiki _Bug_ dan _Error_

Expand Down
3 changes: 2 additions & 1 deletion docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [PHPinsights v2.x](https://phpinsights.com/)
- [Testbench v9.x](https://packages.tools/testbench.html)

3. Remove `App\Generators\GeneratorUtils` class and update the helper class, [here for more info](#how-to-update)
3. Remove (optionally) `App\Generators\GeneratorUtils` class and update the helper class, [here for more info](#how-to-update)

4. Fix bug and error.

Expand Down Expand Up @@ -298,6 +298,7 @@ New features added in _Generator v0.3.x_:
This class is used to upload and manipulate images via [Intervention Image](https://image.intervention.io/v3)
5. Added a new option to the configuration `generator.image.disk`, previously known as `generator.image.path`, you can now select `public`, `storage` or `s3`. Here's an example.
```php
"image" => [
/**
Expand Down

0 comments on commit be0f013

Please sign in to comment.