vim-tinkeray icon indicating copy to clipboard operation
vim-tinkeray copied to clipboard

🔫 Artisan tinker from a Vim buffer with output in Ray

Results 2 vim-tinkeray issues
Sort by recently updated
recently updated
newest added

If tinker is not available, maybe we could require composer's autoloaded stuff and execute `ray()` through php directly without `artisan tinker`? This could be handy for non-laravel situations, where you...

enhancement

Support external sandbox paths, say when developing a laravel package. This would run tinker from an external location, while your cwd is open at the plugin repo dir.

enhancement