Open aaryanjainn opened 2 years ago
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.
just delete auth middleware in the config. Like this,
'middleware' => array('web'), //Set to null to disable middleware filter
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.