Commit 8a2f8bb2 authored by Taylor Otwell's avatar Taylor Otwell

Working on a few files.

parent 65dce4d0
......@@ -13,10 +13,13 @@ class HomeController extends Controller {
| based routes. That's great! Here is an example controller method to
| get you started. To route to this controller, just add the route:
|
| Route::get('/', 'HomeController@index');
| $router->get('/', 'HomeController@index');
|
*/
/**
* @Get("/", as="home")
*/
public function index()
{
return view('hello');
......
routes.php
compiled.php
services.json
routes.scanned.php
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment