asvae / laravel-api-tester

Test your routes without hassle
http://laravel-api-tester.asva.by/
MIT License
354 stars 52 forks source link

Do not use aliases in the package #27

Closed ghost closed 8 years ago

ghost commented 8 years ago

Do not use aliases in the package. This forces the user to include aliases in the app configuration, even if he does not use them in own application.

See: src/Http/routes.php

ghost commented 8 years ago

Moreover, you can get unpredictable behavior if the alias will refer to the other facade (not the default).

asvae commented 8 years ago

Thanks. That definitely should be fixed. I imagine someone could even not use aliases.

asvae commented 8 years ago

Fixed 0132f11e0b09afe8c41b21e75565727762600dad