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
8839138a
Commit
8839138a
authored
Mar 22, 2012
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix junk I shouldn't have committed.
parent
090bf9b3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
routes.php
application/routes.php
+0
-3
index.php
application/views/home/index.php
+0
-4
No files found.
application/routes.php
View file @
8839138a
...
...
@@ -35,9 +35,6 @@
Route
::
get
(
'/'
,
function
()
{
$content
=
file_get_contents
(
path
(
'app'
)
.
'views/home/index.php'
);
$matches
=
preg_match
(
'/(\s*)@forelse(\s*\(.*\))(.+)@endforelse/m'
,
$content
);
die
(
var_dump
(
$matches
));
return
View
::
make
(
'home.index'
);
});
...
...
application/views/home/index.php
View file @
8839138a
...
...
@@ -101,10 +101,6 @@
<h3>
Learn the terrain.
</h3>
@forelse ($something as $something)
Do Stuff.
@endforelse
<p>
You've landed yourself on our default home page. The route that
is generating this page lives at:
...
...
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