Improve filemanager, get first level folders listing
This commit is contained in:
parent
00a3d7df87
commit
92a9146b61
20 changed files with 125 additions and 1318 deletions
|
@ -7,3 +7,9 @@
|
|||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
Route::get('/credentials', 'CredentialsController@index')->name('server.credentials');
|
||||
|
||||
Route::group(['prefix' => '/files'], function () {
|
||||
Route::get('/{directory?}', 'FileController@index')
|
||||
->name('server.files')
|
||||
->where('directory', '.*');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue