Repository URL to install this package:
|
Version:
0.1.0 ▾
|
<?php
Route::group(['prefix' => 'media'], function()
{
Route::get('/', ['as' => 'admin.media.index', 'uses' => 'MediaController@index']);
});