Skip to content

Commit

Permalink
feat How to execute phpstan in your local machine
Browse files Browse the repository at this point in the history
  • Loading branch information
oreno4649 committed Sep 18, 2024
1 parent 2fd9660 commit c3df00b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ Configurations
------------
The file `config/admin.php` contains an array of configurations, you can find the default configurations in there.

## Development

### PHPStan

```bash
$ cd ./laravel-admin
$ composer run phpstan
```

## Extensions

| Extension | Description | laravel-admin |
Expand Down

0 comments on commit c3df00b

Please sign in to comment.