Instructions to customize the Admin template
(Last update: 2021-02-01 06:16:24)
Steps to be followed:
Step 1: Publish files from the vendor out

Step 2: Check the files
Check that files and folders are copied out
Step 3: Change config value
Finally, customize the files in resources/views/admin as you like!
Note:
Step 1: Publish files from the vendor out
Successful results:php artisan sc:customize admin

Step 2: Check the files
Check that files and folders are copied out
config/admin.php
resources/views/admin

Step 3: Change config value
Set customize = true in file config/admin.php

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.