Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use DataTables v2 #113

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### Requirements

- [Laravel 11](https://github.com/laravel/framework)
- [jQuery DataTables v1.10.x](http://datatables.net/)
- [DataTables v2.x](http://datatables.net/)

<a name="installing-laravel-datatables"></a>
### Installing Laravel DataTables
Expand All @@ -25,7 +25,7 @@ Run the following command in your project to get the latest version of the packa
composer require yajra/laravel-datatables-oracle:"^11.0"
```

If you are using most of the DataTables plugins like Buttons & Html, you can alternatively use the all-in-one installer package.
If you use most of the DataTables plugins like Buttons & HTML, you can use the all-in-one installer package.

```bash
composer require yajra/laravel-datatables:^11.0
Expand All @@ -35,7 +35,7 @@ composer require yajra/laravel-datatables:^11.0
### Configuration
> This step is optional if you are using Laravel 5.5+

Open the file ```config/app.php``` or ```bootstrap/providers.php``` for Laravel 11 then add following service provider.
Open the file ```config/app.php``` or ```bootstrap/providers.php``` for Laravel 11 then add the following service provider.

```php
'providers' => [
Expand Down