redooor / redminportal

A Laravel package as a backend administrating tool for Content Management and Ecommerce sites.
MIT License
43 stars 16 forks source link

Create Reusable forms for front end #130

Open kongnir opened 9 years ago

kongnir commented 9 years ago

Create reusable forms using blade templating system allows front-end designers to change the format without touch the code behind. This prepares us from future CSS framework changes.

Some of the reusable forms include:

kongnir commented 9 years ago

Commit a2ce76d introduced reusable Bootstrap-based input/select form (inside resources/views/partials). They are used in Product create and edit pages.