Admin CRUD
Build Laravel CRUD systems with ease in just a few of minutes. Varbox also offers you a few extra plug-and-play functionalities just waiting for you to use them if needed.
- Model Revisions
- Draft Records
- Duplicate Records
- Csv Exports
- Filter Records
- Sort Records
- Order Records
- Preview Records
- Model Url
- Model Slug
- Query Cache
- Meta Tags
Model Revisions
This functionality allows you to save versions in time of your records, in order to have a clear overview of who modified what, with the possibility of rolling back your records to a past revision instance.
To learn more about revisions and how they can help you, please read their documentation section.
Draft Records
This functionality allows you to save your records in a drafted state, with the possibility of publishing them at a later time.
To learn more about drafts and how they can help you, please read their documentation section.
Duplicate Records
This functionality allows you deep duplicate your model records, but also their chosen relationships.
To learn more about duplicating records and how it can help you, please read its documentation section.
Csv Exports
This functionality allows you to export your model records to csv files available for download.
To learn more about csv exports and how they can help you, please read their documentation section.
Filter Records
This functionality allows you to very quickly filter your model records by their details or by their relationships.
To learn more about filtering records and how it can help you, please read its documentation section.
Sort Records
This functionality allows you to very quickly sort your model records by their details or by their relationships.
To learn more about sorting records and how it can help you, please read its documentation section.
Order Records
This functionality allows you to customize the order of your model records by drag & dropping them between each other.
To learn more about ordering records and how it can help you, please read its documentation section.
Preview Records
This functionality allows you quickly preview your model records before actually saving your changes.
To learn more about previewing records and how it can help you, please read its documentation section.
Model Url
This functionality allows you create custom urls for your model records, making them available at those urls.
To learn more about model urls and how they can help you, please read their documentation section.
Model Slug
This functionality allows you create dynamic slugs for your model records, using them in your routes.
To learn more about model slugs and how they can help you, please read their documentation section.
Query Cache
This functionality allows you to cache all your queries or just the duplicated ones for a specific model.
To learn more about query caching and how it can help you, please read its documentation section.
Meta Tags
This functionality allows you dynamically define meta tags for your model records to be later used in your front views.
To learn more about meta tags and how they can help you, please read their documentation section.