nafiesl / SimpleCrudGenerator

Faster test-driven development for CRUD feature in Laravel project.
https://packagist.org/packages/luthfi/simple-crud-generator
MIT License
169 stars 50 forks source link

stubs contain non- bootstrap css classes #46

Open rabol opened 2 years ago

rabol commented 2 years ago

full/Index.stub uses undefined css class : page-title and form-label full/create.stub uses undefined css class: form-label full/edit.stub uses undefined css class: form-label

nafiesl commented 2 years ago

Hello @rabol, thanks for being detailed in reviewing the codebase. Some of these classes are still used by me (personally) on my project.

rabol commented 2 years ago

It's okay that you use them, but the it would be good that they are documented so when using it is possible to style these classes.