-
Notifications
You must be signed in to change notification settings - Fork 5
Error: Action Facade\CodeEditor\Http\Controllers\FileContentsController not defined.
#8
Comments
I got this same error when my APP_ENV was set to |
My setting is:
Might be related to
Would it be better to write
I often like to keep error handling in place in staging environments, but perhaps not the editor. I can see both sides of the argument. |
Getting this error when deploying to a Staging server through Vapor...(APP_DEBUG set to |
Same problem here +1 to @mikebronner s suggestion |
+1 |
|
Im running into this error when running unit tests. |
I had to |
if your are using Centos operationg system Find the following code inside the editor: <Directory /var/www/> Change to: <Directory /var/www/> sudo systemctl restart httpd |
I was getting this because I didn't have APP_KEY set in .env.testing |
I just installed the package and received this error:
The underlying exception that triggered this is:
The text was updated successfully, but these errors were encountered: