From 8843dac44cdf3a83599a36829438b813498307fe Mon Sep 17 00:00:00 2001 From: Juan Carlos <16903487+carlosJCVC@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:38:37 -0400 Subject: [PATCH] Update installation.md --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index e24f5c0..eb5a0b5 100644 --- a/installation.md +++ b/installation.md @@ -43,7 +43,7 @@ composer require yajra/laravel-datatables:^10.0 ### Configuration > This step is optional if you are using Laravel 5.5+ -Open the file ```config/app.php``` and then add following service provider. +Open the file ```config/app.php``` or ```bootstrap/providers.php``` for Laravel 11 then add following service provider. ```php 'providers' => [