Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eighty9nine authored Feb 28, 2024
1 parent 32eca81 commit 8890530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function panel(Panel $panel): Panel
### Create your first report
The package comes packed with a report creation command, this will create a report in the `app/Filament/Reports` directory.
```bash
php artisan make:report UsersReport
php artisan make:filament-report UsersReport
```
The command will create a report class with the following structure:
```php
Expand Down

0 comments on commit 8890530

Please sign in to comment.