thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
875 stars 387 forks source link

Customize admin template #522

Closed gidaban closed 5 years ago

gidaban commented 5 years ago

Hello guys,

You do really great job thank.

I want to customize admin template. I already add in config table new record about name of admin template and now i wondering what will happen if i will edit views from vendor dir and you will update package?

balping commented 5 years ago

Run php artisan vendor:publish and select TicketitServiceProvider from the menu. This should create a directory resources/views/vendor/ticketit. Under this folder, you can edit files that will persist on updates.

gidaban commented 5 years ago

thanks