Customization
Although we have a lot of customization options, in the settings page. As a SaaS, you'll want to have more control over the customization of your app. That's why we've added the ability to customize your app by adding custom CSS, JS and views. This way you can customize your app to your liking without having to wait for us to add the option to the settings page and without losing your changes when you update your app.
Custom views
By default, we use the default resources/views
folder for all views. If you want to customize a view, you can add a file (and folder) with the same name and structure to the resources/custom/views
folder. This file will be loaded instead of the default view.
Custom CSS
The resources/custom/css/main.css
file is the place that you can add your custom CSS.
Custom JS
You can add custom JS to the resources/custom/js/main.js
file, or use custom header in Settings\General page.