Locally all forms work, but when I put them online you are giving erro
as if you did not have _token
assigned to forms
.
APP_NAME=MonkStudio
APP_ENV=production
APP_KEY=base64:KV/4jmhU507Kse+PSbsBJPUwKd1vG2bFsLmN0lDCQoQ=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://monkstudio.net
.
.
.
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
The files are being written, how to solve?
Link : link