Instructions to customize the Admin template

Steps to be followed:
Step 1: Publish files from the vendor out

php artisan sc:customize admin

Successful results:
Publish admin

Step 2: Check the files
Check that files and folders are copied out

config/admin.php
resources/views/vendor/s-cart-admin ((for version >= 6.2))
resources/views/admin (for version < 6.2)

Publish admin


Finally, customize the files in resources/views/admin as you like!

Note:

- The command "php artisan sc: customize admin" only copies files from vendor to vendor if they do not exist outside.
- This command does not overwrite old files
=> So, if you want to export the latest files from the vendor, you need to delete the files that existed before.

Related topics

Latest Document