We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5382b commit 2cd655fCopy full SHA for 2cd655f
README.md
@@ -33,18 +33,7 @@ Ginkelsoft DataTables is a flexible and easy-to-use package for managing tabular
33
composer require ginkelsoft/datatables:dev-main
34
```
35
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:
+2. **Publish the package views** (optional) for customization:
48
49
```bash
50
php artisan vendor:publish --provider="Ginkelsoft\\DataTables\\DataTableServiceProvider" --tag=views
0 commit comments