codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.79k stars 224 forks source link

Blade Recommendations #159

Closed mprythero closed 4 years ago

mprythero commented 5 years ago

I was just more curious than anything, but is it only recommended to use only the blades provided or are there suggested ways for integrating this into our own layouts? Thanks and this looks like a great asset!

b-roberts commented 5 years ago

The code is mostly setup for this. You only need to copy the views from this project into your own project and put them in resources/views/vendor/totem

See https://github.com/codestudiohq/laravel-totem/pull/199 to add a hook into the artisan command php artisan vendor:publish to do just this

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.