laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.34k stars 130 forks source link

extract getting excludedAliases to a method #42

Closed scil closed 6 years ago

scil commented 6 years ago

Days ago, I could use tinker with LaravelFly before laravel application is created, now I can not. I think I can overwrite this new method to use tinker as before.

taylorotwell commented 6 years ago

I am closing this pull request because it lacks sufficient explanation, tests, or both. It is difficult for us to merge pull requests without these things because the change may introduce breaking changes to the framework.

Feel free to re-submit your change with a thorough explanation of the feature and tests - integration tests are preferred over unit tests. Please include it's benefit to end users; the reasons it does not break any existing features; how it makes building web applications easier, etc.

Thanks!