Skip to content

Commit 91214df

Browse files
authored
Merge pull request #65 from foremtehan/patch-1
Update laravel.md
2 parents 4171d02 + 88dbe8e commit 91214df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes/laravel.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ In the newly created `start.php`
3838

3939
Replace this part:
4040
```php
41+
<?php
4142
/*
4243
|--------------------------------------------------------------------------
4344
| Run The Application
@@ -66,6 +67,7 @@ $kernel->terminate($request, $response);
6667

6768
With this part:
6869
```php
70+
<?php
6971
/*
7072
|--------------------------------------------------------------------------
7173
| Run The Application

0 commit comments

Comments
 (0)