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 { ...@@ -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');
......
routes.php routes.php
compiled.php compiled.php
services.json services.json
\ No newline at end of file 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