- 03 Sep, 2012 3 commits
-
-
Joost Koehoorn authored
When running an Artisan task from within your application using `Command::run`, it fails when the same task is ran more than once. Every time the task is resolved, its file is included using `require` leading to duplicate class definitions. By using `require_once` this problem is avoided.
-
Dayle Rees authored
Added Greek Language
-
George Drakakis authored
Signed-off-by: George Drakakis <lolly@lollypop.gr>
-
- 02 Sep, 2012 23 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Get rid of duplicate code for DROP TABLE in schema grammars.
-
Taylor Otwell authored
Fix insert() method for related models.
-
Taylor Otwell authored
Improved code examples for inserting related models
-
Taylor Otwell authored
Add Routing Wildcard '(:all)' to Documentation
-
Taylor Otwell authored
Update laravel/documentation/database/fluent.md
-
Taylor Otwell authored
Minor/unprotect eloquent timestamps
-
Taylor Otwell authored
Deleted an anchor of top of line. Defined "config", but it was reffered ...
-
Taylor Otwell authored
Change some Markdown to fit other md files' format.
-
Taylor Otwell authored
[Session] Trigger garbage collection (sweep) manually
-
Taylor Otwell authored
German translation for array validator messages
-
Taylor Otwell authored
Fix Query::lists() for empty resultsets
-
Taylor Otwell authored
Fixing a bug with saving data to pivot table
-
Taylor Otwell authored
Fixed Exception thrown when passing null $value to Form::submit(), Form::reset(), Form::button()
-
Taylor Otwell authored
Reorg and Additions and Improvements to Templating Documentation
-
Taylor Otwell authored
Allow bundles to respond to root requests.
-
Taylor Otwell authored
Artisan route task was ignoring the specified route
-
- 01 Sep, 2012 4 commits
-
-
Taylor Otwell authored
[Auth] Eloquent driver does now allow login via object
-
Taylor Otwell authored
Allow Model instance or id for first argument in Has_Many_And_Belongs_To::attach()
-
Taylor Otwell authored
Feature: Str::limit_exact limits a string including its custom ending to a specified length
-
Taylor Otwell authored
added dblib option to sqlsrv connector class /sam fitz (abigwonderful)
-
- 29 Aug, 2012 6 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 27 Aug, 2012 4 commits
-
-
Franz Liedke authored
-
Franz Liedke authored
-
Taylor Otwell authored
[Docs] Fix contribution page links
-
Taylor Otwell authored
[Docs] Pull request guidelines
-