-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
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.
Laravel - MIT License
Vue - MIT License
Twitter Bootstrap - MIT License
Anime.JS - MIT License
NProgress - MIT License