Is there a Laravel Package/Library that works well with creating an in-browser CLI (via Laravel Blade)?
I know I’m recreating the wheel a little bit, but I’m trying to learn ways to do different things. Today’s task is to create an in-browser “CLI”. It’s basically a contenteditable
div
and when enter is pressed, javascript
/jQuery
runs an ajax
back to the Laravel Controller
for processing the command.