darsain / laravel-console

In-browser console for Laravel PHP framework.
170 stars 44 forks source link

Fix call to undefined method 'Route::currentRouteName()' in Laravel 4.1 #25

Closed BigfootPlatform closed 10 years ago

BigfootPlatform commented 10 years ago

In Laravel 4.1 (now stable and released), the currentRouteName method of the Route facade has been dropped. Instead, you can use the new currentRouteNamed method.

Of course, this replacement may throw errors for users on 4.0 but since updating to the new version is dead simple, I believe you can reasonably make this change to stay on the edge !

BigfootPlatform commented 10 years ago

Sorry about that, the latest update has restore this useful method !