Libraries tagged by models folders
capevace/cabinet
569 Downloads
Cabinet is a turn-key file management solution for Laravel, that enables attaching files and folders to models, by integrating various file sources into a streamlined API and user interface.
joerucci/laravel-domain-tools
53 Downloads
This package provides domain-driven design (DDD) support for Laravel applications by enhancing artisan make commands with --domain argument. When used, generated files (like models, casts, events, etc.) are placed into a specific domain folder within your app.
bangnokia/laravel-models-folder
142 Downloads
Create laravel models into Models folder by default
kirillemko/yii2-gii-custom
1117 Downloads
Generating models with generated folder
kanata-php/forklift
102 Downloads
Livewire package to move models around.
codebuglab/laravel-media-removable
27 Downloads
Automatically remove media like images, videos, and audios from storage folder once record with media deleted or updated from database
bscheshirwork/yii2-file-upload-behavior
36 Downloads
Tool set for upload file and store to the model-depend folder
b3nl/laravel-theme
16 Downloads
Created my own laravel theme package, based on a model, a middleware and loading callbacks with an theme.php in a resource folder.
briantweed/laravel-view-folder
274 Downloads
Artisan command to create a view folder structure with sub folders for partials, components and modals. Option to add basic CRUD files to the parent folder (create, edit, update, delete) and additional files to each folder.