laravel / tinker

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

* Casters: Load casters that are included with the files #70

Closed earboxer closed 5 years ago

earboxer commented 5 years ago

See: https://github.com/laravel/framework/pull/29087

This PR gives precedence to the casters included in laravel/framework, but keeps the casters around as a fallback (for those using older laravel versions).

taylorotwell commented 5 years ago

Plan to keep all tinker stuff in the tinker repository.