FriendsOfCake / crud-view

CakePHP: Automated admin backend based on your CRUD configuration
https://crud-view.readthedocs.io/en/latest/
MIT License
50 stars 41 forks source link

Is it possible to integrate crud-view with an admin theme? #256

Closed MarcHe124 closed 5 years ago

MarcHe124 commented 5 years ago

I found the Gentelella theme is beautiful but it does not automatically generate CRUD actions and pages for db tables like crud-view. Is it possible that we can integrate an admin theme like Gentelella with crud-view?

https://github.com/backstageel/cakephp-gentelella-theme

ADmad commented 5 years ago

CrudView uses the https://github.com/FriendsOfCake/bootstrap-ui plugin, so it's templates have bootstrap 3 compatible markup. So theoretically you can use any bootstrap theme out there, just need to include the extra css and js files. Also you can also override any crud view template the same way you can override a plugin template in Cake.