
I have done the setup and successfully run commands till
php artisan vendor:publish --provider='Barryvdh\Elfinder\ElfinderServiceProvider' --tag=views
in laravel
after this I was getting an error of undefined variable $dir so i gave static path
now I am getting this error.
Please if anyone can help.