- Migrated to ircmaxell's password-compat library for PHP 5.5 forward compatibility on hashes. No backward compatibility breaks.
- Inflector migrated to L4. Eloquent models now assume their table names if one is not specified. New helpers
str_pluralandstr_singular. - Improved
Route::controllerso thatURL::actionmay be used with RESTful controllers. - Added model binding to routing engine via
Route::modelandRoute::bind. - Added
missingMethodto base Controller, can be used to handle catch-all routes into the controller. - Fixed bug with Redis data retrieval that caused server to hang.
- Implemented
ArrayableInterfaceandJsonableInterfaceonMessageBag. - Fixed bug where
hasFilereturnedtruewhenfilereturnednull. - Changed default PDO case constant to
CASE_NATURAL. DB::table('foo')->truncate()now available on all supported databases.- Fixed Twitter Bootstrap compatibility in Paginator.
- Allow multiple views to be passed to
View::composer. - Added
Request::segmentmethod. - No need to prefix Translator methods with colons anymore.
- Allow inline error messages for an entire rule on the Validator.
- Can now automatically auto-load a relation for every query by setting the
withattribute on models. - Fix fallback locale handling in Translator.
- Added constructor arguments and
mergemethod toMessageBag. - IoC container will now resolve default parameters if no binding is available.
- Fix auto environment detection on Artisan.
- Fix BrowserKit request processing.
- Added
Config::hasGroupmethod. - Added
DB::unpreparedmethod for running raw, unprepared queries against PDO. - Allow
:keyplace-holder in MessageBag messages. - Added
Auth::validatemethod for validating credentials without logging in. - Added
Auth::statelessmethod for logging in for a single request without sessions or cookies.
forked from laravel/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Wolg/framework
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published