qcod / laravel-app-settings

Store settings in database with a manager UI for your Laravel app
MIT License
338 stars 53 forks source link

Class 'Arr' not found #18

Closed LadyNay closed 4 years ago

LadyNay commented 4 years ago

Hi,

I have followed your instructions to setup the package on laravel. I am getting a Class 'Arr' not found error when trying to access the url. I tried another project and also got the same error

LadyNay commented 4 years ago

Added: 'Arr' => Illuminate\Support\Arr::class, 'Str' => Illuminate\Support\Str::class,

to config/app.php

devellopah commented 7 months ago

Added: 'Arr' => Illuminate\Support\Arr::class, 'Str' => Illuminate\Support\Str::class,

to config/app.php

The solution made my day. Should be added to repo readme.