Getting started

The default theme is an stripped down version of AdminLTE Theme (made by almsaeedstudio).

Themes are responsible of the front-end part of Artificer.

Changing the theme

To use another theme just change the one in admin/admin.php config file to the one you prefer:

<?php

return [
  ...
  'theme' => 'artificer-default-theme'
  ...
]

Creating a theme

Clone the default theme. This way you are more likely to not break the main functionalities.

git clone https://github.com/marcmascarell/artificer-default-theme.git my-theme

Now, modify your newly created theme.

πŸ“˜

Recommended steps

  1. Change DefaultThemeServiceProvider.php
  2. Change theme at config as previously explained on Changing the theme
  3. Modify the required views, etc... in resources