Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created September 18, 2018 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/7fb349ea4555493c2954b1b72c88f6bb to your computer and use it in GitHub Desktop.
Save uno-de-piera/7fb349ea4555493c2954b1b72c88f6bb to your computer and use it in GitHub Desktop.
<?php namespace App\Controllers;
class HomeController extends BaseController
{
public function index () {
return $this->blade->render('home', ['name' => 'Cursosdesarrolloweb']);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment