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
c84e2fa0
Commit
c84e2fa0
authored
Dec 25, 2014
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3197 from coderabbi/develop
Update index.php - Fix Comment Lengths
parents
b60f57e7
56933e9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
index.php
public/index.php
+7
-7
No files found.
public/index.php
View file @
c84e2fa0
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
| Register The Auto Loader
| Register The Auto Loader
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
|
|
| Composer provides a convenient, automatically generated class loader
| Composer provides a convenient, automatically generated class loader
for
|
for our application. We just need to utilize it! We'll
require it
|
our application. We just need to utilize it! We'll simply
require it
| into the script here so that we do
not have to worry about the
| into the script here so that we do
n't have to worry about manual
| loading
of any our classes "manually". Feels great
to relax.
| loading
any of our classes later on. It feels nice
to relax.
|
|
*/
*/
...
@@ -25,10 +25,10 @@ require __DIR__.'/../bootstrap/autoload.php';
...
@@ -25,10 +25,10 @@ require __DIR__.'/../bootstrap/autoload.php';
| Turn On The Lights
| Turn On The Lights
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
|
|
| We need to illuminate PHP development, so let
'
s turn on the lights.
| We need to illuminate PHP development, so let
u
s turn on the lights.
| This bootstraps the framework and gets it ready for use, then it
| This bootstraps the framework and gets it ready for use, then it
| will load up this application so that we can run it and send
| will load up this application so that we can run it and send
| the responses back to the browser and delight
these
users.
| the responses back to the browser and delight
our
users.
|
|
*/
*/
...
@@ -42,7 +42,7 @@ $app = require_once __DIR__.'/../bootstrap/app.php';
...
@@ -42,7 +42,7 @@ $app = require_once __DIR__.'/../bootstrap/app.php';
| Once we have the application, we can simply call the run method,
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| the client's browser allowing them to enjoy the creative
| and wonderful application we have
whipped up
for them.
| and wonderful application we have
prepared
for them.
|
|
*/
*/
...
...
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