Working on a few files.
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
3
storage/framework/.gitignore
vendored
3
storage/framework/.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
routes.php
|
routes.php
|
||||||
compiled.php
|
compiled.php
|
||||||
services.json
|
services.json
|
||||||
|
routes.scanned.php
|
||||||
|
|||||||
Reference in New Issue
Block a user