Skip to content

Configuration

Min Gu Kang edited this page Jul 19, 2020 · 11 revisions

App name, motto, themes and etc. can be changed from changing variables in resources/js/mixin.js.

JWT token expiration can be set by changing the value of JWT_TTL in .env file.

CORs (Cross-Origin) policy can be managed from config/cors.php file.

Laravel Settings, such as Mail server settings can be configured within the .env file.

Additional Routes can be configured in resources/js/routes.js.

Force HTTPS will be automatically enabled if the APP_URL value in .env file uses the HTTPS protocol. However, note that the localStorage between the HTTP and the HTTPS versions of the site cannot be shared, and therefore only work with the url specified on the .env file. ( If no protocol is specified, the HTTP and the HTTPS version both will have a separate instance of localStorage. )

For editing and creating themes, see the Styles and Themes page.

Clone this wiki locally