Can you reload Boris in Laravel 4.1 without having to exit?

Viewed 1468

While using php artisan tinker, I changed some class files in my project. Is there a way to reload the REPL without having to type exit and php artisan tinker again?

1 Answers
Related