Skip to content

Commit 2cd655f

Browse files
Update README.md (#4)
1 parent 0f5382b commit 2cd655f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,7 @@ Ginkelsoft DataTables is a flexible and easy-to-use package for managing tabular
3333
composer require ginkelsoft/datatables:dev-main
3434
```
3535

36-
2. **Optionally register** the service provider if not using auto-discovery:
37-
38-
```php
39-
// config/app.php
40-
41-
'providers' => [
42-
// ...
43-
Ginkelsoft\DataTables\DataTableServiceProvider::class,
44-
];
45-
```
46-
47-
3. **Publish the package views** (optional) for customization:
36+
2. **Publish the package views** (optional) for customization:
4837

4938
```bash
5039
php artisan vendor:publish --provider="Ginkelsoft\\DataTables\\DataTableServiceProvider" --tag=views

0 commit comments

Comments
 (0)