for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Media\Http\Controllers;
/**
* Class MediaController
*
* @package Arcanesoft\Media\Http\Controllers
* @author ARCANEDEV <[email protected]>
*/
class MediaController extends Controller
{
/* -----------------------------------------------------------------
| Main Methods
| -----------------------------------------------------------------
public function index()
// TODO: Add authorization check
$this->setCurrentSidebarItem('foundation::media');
return $this->view('index');
}