mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Fix junk I shouldn't have committed.
This commit is contained in:
parent
090bf9b3f8
commit
8839138a6a
@ -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');
|
||||
});
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user