Browse Source

Working on a few files.

Taylor Otwell 10 years ago
parent
commit
8a2f8bb2c7
2 changed files with 6 additions and 2 deletions
  1. 4 1
      app/Http/Controllers/HomeController.php
  2. 2 1
      storage/framework/.gitignore

+ 4 - 1
app/Http/Controllers/HomeController.php

@@ -13,10 +13,13 @@ class HomeController extends Controller {
 	| based routes. That's great! Here is an example controller method to
 	| based routes. That's great! Here is an example controller method to
 	| get you started. To route to this controller, just add the route:
 	| 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()
 	public function index()
 	{
 	{
 		return view('hello');
 		return view('hello');

+ 2 - 1
storage/framework/.gitignore

@@ -1,3 +1,4 @@
 routes.php
 routes.php
 compiled.php
 compiled.php
-services.json
+services.json
+routes.scanned.php