Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 13, 2024
1 parent 22b078e commit 84abec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ BoltPlugin::make()
->hideNavigationBadges(resource: LaraZeus\Bolt\Resources::CollectionResource)
->showNavigationBadges(resource: LaraZeus\Bolt\Resources::CollectionResource)

// if you have custom extension or using thunder
->extensions([
Thunder::class,
\LaraZeus\Thunder\Extensions\Thunder::class,
])
,
```
Expand Down
3 changes: 2 additions & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ weight: 3
Bolt is built on top of [laravel](https://laravel.com/docs/master) and uses [filament](https://filamentphp.com/docs/3.x/panels/installation) as an admin panel to manage everything.

And for the frontend, it uses [Tall stack](https://tallstack.dev/).

So, ensure you are familiar with these tools before diving into @zeus Bolt.

> **Note**\
Expand Down Expand Up @@ -41,7 +42,7 @@ To set up the plugin with filament, you need to add it to your panel provider; T

### Note about Filament Export

pleasse note if you are using `alperenersoy/filament-export` in your app, then you must add the following to your composer.json file:
please note if you are using `alperenersoy/filament-export` in your app, then you must add the following to your composer.json file:

```json
require": {
Expand Down

0 comments on commit 84abec1

Please sign in to comment.