2016-09-28 13:23:07 +08:00
http :
msg-403 : You have no permission to access this page.
msg-404 : Nothing here.
2018-07-22 16:16:29 +08:00
msg-500 : Please try again later.
2016-09-28 13:23:07 +08:00
msg-503 : The application is now in maintenance mode.
2018-08-20 23:09:26 +08:00
method-not-allowed : Method not allowed.
csrf-token-mismatch : Token does not match, try reloading the page.
2019-04-22 21:09:36 +08:00
ie : We don't support Internet Explorer. Please switch to other modern browsers, such as Firefox or Chrome.
2016-09-28 13:23:07 +08:00
general :
title : Error occurred
exception :
2017-01-14 18:51:07 +08:00
code: 'Error code : : code'
detail: 'Details : : msg'
2017-01-14 18:42:30 +08:00
message : |
Whoops, looks like something went wrong. (enable APP_DEBUG in .env to see details)
2017-07-30 16:11:14 +08:00
plugins :
duplicate : The plugin [:dir1] has a duplicated plugin name definition which is same to plugin [:dir2]. Please check your plugins directory, remove one of them or use another name definition.
2018-06-28 12:07:20 +08:00
directory : We can't approach the path for loading plugins specified by the PLUGINS_DIR in .env file. Please check your configuration. Error :msg
2019-08-31 09:12:51 +08:00
boot :
title : Failed to boot plugin.
message : There is something wrong with plugin ":plugin". Please check logs for detail.
2018-07-22 16:23:49 +08:00
cipher :
2018-08-14 01:00:02 +08:00
unsupported : Unsupported password hashing method `:cipher`, please check your `.env` configuration