Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
8a2f8bb2
Commit
8a2f8bb2
authored
Oct 04, 2014
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working on a few files.
parent
65dce4d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
HomeController.php
app/Http/Controllers/HomeController.php
+4
-1
.gitignore
storage/framework/.gitignore
+2
-1
No files found.
app/Http/Controllers/HomeController.php
View file @
8a2f8bb2
...
@@ -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'
);
...
...
storage/framework/.gitignore
View file @
8a2f8bb2
routes.php
routes.php
compiled.php
compiled.php
services.json
services.json
routes.scanned.php
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment