Skip to content

Instantly share code, notes, and snippets.

@mitrallex
Created February 1, 2018 18:45
Show Gist options
  • Save mitrallex/a0db599c0387784f91b731fce7e9eb90 to your computer and use it in GitHub Desktop.
Save mitrallex/a0db599c0387784f91b731fce7e9eb90 to your computer and use it in GitHub Desktop.
laravel-file-hosting
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class MainController extends Controller
{
public function index()
{
return view('main');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment