From be07b94f4588206913daccd835942d01474beb79 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 9 Mar 2024 09:05:19 +0100 Subject: [PATCH] Remove provider --- readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/readme.md b/readme.md index dad6952..b7e4619 100644 --- a/readme.md +++ b/readme.md @@ -20,11 +20,6 @@ Require this package with Composer composer require barryvdh/laravel-elfinder -Add the ServiceProvider to the providers array in app/config/app.php - -```php -Barryvdh\Elfinder\ElfinderServiceProvider::class -``` You need to copy the assets to the public folder, using the following artisan command: