darsain / laravel-console

In-browser console for Laravel PHP framework.
170 stars 44 forks source link

Post CSRF token #41

Closed standaniels closed 6 years ago

standaniels commented 8 years ago

If you check every POST request for a valid CSRF token posting code from this package would fail since it didn't include a CSRF token.

This PR will create a meta tag named _token in the view and the contents will be posted along with the code via AJAX.

standaniels commented 8 years ago

What's the status of this PR?