AmrAlfoly

Results 2 comments of AmrAlfoly

hope they fix this issue very soon

here is how i solved it : ``` Route::group(['prefix' => 'admin', 'middleware' => 'auth'], function () { Route::get('/laravel-filemanager', '\Tsawler\Laravelfilemanager\controllers\LfmController@show'); Route::post('/laravel-filemanager/upload', \Tsawler\Laravelfilemanager\controllers\UploadController@upload'); }); ``` i just added these 2 routes inside...