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
86da3af7
Commit
86da3af7
authored
Sep 03, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
fixed merge conflicts and merged master.
parents
0e6859fb
fdc1c346
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
changelog.md
changelog.md
+8
-0
index.php
public/index.php
+1
-1
No files found.
changelog.md
View file @
86da3af7
# Laravel Change Log
# Laravel Change Log
## Version 1.5.7
-
Fixed bug that prevented view composers from being called for module named views.
### Upgrading from 1.5.6
-
Replace
**system**
directory.
## Version 1.5.6
## Version 1.5.6
-
Fix bug that caused exceptions to not be shown when attempting to render a view that doesn't exist.
-
Fix bug that caused exceptions to not be shown when attempting to render a view that doesn't exist.
...
...
public/index.php
View file @
86da3af7
...
@@ -38,4 +38,4 @@ $public = __DIR__;
...
@@ -38,4 +38,4 @@ $public = __DIR__;
*/
*/
require
$laravel
.
'/laravel.php'
;
require
$laravel
.
'/laravel.php'
;
echo
(
microtime
(
true
)
-
$t
)
*
1000
;
echo
(
microtime
(
true
)
-
$t
)
*
1000
;
\ No newline at end of file
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