Libraries tagged by model_to_table
modul-is/generator
4827 Downloads
Generates entities, repositories, presenters, templates, dials, forms and grids from DB table to given Module
kml/doctrine-truncate
18 Downloads
Sample symfony bundle to clear your database tables in dev mode
ecodev/tagpack
16 Downloads
All purpose tagging suite. Use tags for almost any allowed table without having to create new DB fields for each of them. Create multifunctional tag clouds using surf or filter mode together with time based settings, a tag breadcrumb menu and a searchbox with autocompletion.
ddzobov/laravel-pivot-softdeletes
274347 Downloads
Make your Eloquent models pivots be able to soft deleted in Laravel/Lumen
matteomeloni/laravel-rest-ql
80 Downloads
A simple way, to be able to build a query into a Laravel model, through a http request
wearesweet/laravel-revisonable
0 Downloads
Apply the trait HasRevisions to any model to be able to: View a history of changes, revert to previous versions of the model and allow for easy moderation of changes before persisting to the database.
samy/crud
8 Downloads
Create, Read, Update, and Delete (CRUD) are the four basic functions that models should be able to do, at most.
rubrasum/velocity-forms
10 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --