shpasser / GaeSupportL5

Google App Engine Support package for Laravel 5
MIT License
160 stars 27 forks source link

[BUGFIX] Use Route facade for appending artisan routes #44

Closed cedricziel closed 8 years ago

cedricziel commented 8 years ago

Shortcuts don't seem to be available with Laravel 5.2 in the given command.

Using the Facade guarantees the correct resolving of the router.

shpasser commented 8 years ago

I might incorporate this change sooner, because it does not affect Laravel 5.1 compatibility.

cedricziel commented 8 years ago

Yep, no interferences :)

My suggestion would be to branch off a 5.1 tree as it is your software, which you want to version by latest, not the upstream framework. You can also set a default branch for display on github.

shpasser commented 8 years ago

The latest commit includes the changes, thanks.