|
@@ -20,4 +20,8 @@ Changes for 3.1:
|
|
- Added controller::detect method.
|
|
- Added controller::detect method.
|
|
- Added Cache::forever method.
|
|
- Added Cache::forever method.
|
|
- Controller layouts now resolved in Laravel\Controller __construct.
|
|
- Controller layouts now resolved in Laravel\Controller __construct.
|
|
- - Rewrote Eloquent and included in core.
|
|
|
|
|
|
+ - Rewrote Eloquent and included in core.
|
|
|
|
+ - Added "match" validation rule.
|
|
|
|
+ - Fixed table prefix bug.
|
|
|
|
+ - Added Form::macro method.
|
|
|
|
+ - Added Route::forward method.
|