sohelamin / crud-generator

Laravel CRUD Generator
https://packagist.org/packages/appzcoder/crud-generator
MIT License
1.4k stars 424 forks source link

Custom template doesn't work #246

Closed kordix closed 5 years ago

kordix commented 5 years ago

I changed 'custom_template' => true but it doesn't react, just makes the same views as before

How can I edit existring template? I want to remove admi nsidebar cause it causes errors

aihimel commented 5 years ago

@kordix,

php artisan vendor:publish should fix the sidebar error issue.