Create your own theme

You can create your own theme in Ploi Core using .css files easily, this is being achieved with the CSS variables feature.

melonhosting

Run the following command to get the .css file to be altered.

php artisan core:css

This will create a file storage/app/public/theme.css, which is available to you to edit.