Libraries tagged by model support
kmacute/kalm
8 Downloads
A Laravel package that auto-generates Models, Controllers, and Validations, with support for Authentication creation.
inblank/yii2-sortable
75 Downloads
Extension for Yii2 to support sorting in ActiveRecord models
cloudinary/analysis
8 Downloads
Use the Analyze API to analyze any external asset and return details based on the type of analysis requested. Currently supports the following analysis options: * [AI Vision - Tagging](https://cloudinary.com/documentation/cloudinary_ai_vision_addon#tagging_mode) * [AI Vision - Moderation](https://cloudinary.com/documentation/cloudinary_ai_vision_addon#moderation_mode) * [AI Vision - General](https://cloudinary.com/documentation/cloudinary_ai_vision_addon#general_mode) * [Google tagging](https://cloudinary.com/documentation/google_auto_tagging_addon) * [Captioning](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#ai_based_image_captioning) * [Cld Fashion](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#supported_content_aware_detection_models) * [Coco](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#supported_content_aware_detection_models) * [Lvis](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#supported_content_aware_detection_models) * [Unidet](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#supported_content_aware_detection_models) * [Human Anatomy](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#supported_content_aware_detection_models) * [Cld Text](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#supported_content_aware_detection_models) * [Shop Classifier](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#supported_content_aware_detection_models) **Notes**: * The Analyze API is currently in development and is available as a Public Beta, which means we value your feedback, so please feel free to [share any thoughts with us](https://support.cloudinary.com/hc/en-us/requests/new). * The analysis options require an active subscription to the relevant add-on. Learn more about [registering for add-ons](https://cloudinary.com/documentation/cloudinary_add_ons#registering_for_add_ons). The API supports both Basic Authentication using your Cloudinary API Key and API Secret (which can be found on the Dashboard page of your [Cloudinary Console](https://console.cloudinary.com/pm)) or OAuth2 ([Contact support](https://support.cloudinary.com/hc/en-us/requests/new) for more information regarding OAuth).
0jkb/schemator
20 Downloads
Schemator is an advanced Laravel package designed to streamline development workflows by automatically generating Eloquent models and optional Filament resources. It offers features like selective table generation, skipping default Laravel tables, and enhanced model generation with Laravel Sanctum support for the User model.
square-bit/laravel-workflow
73 Downloads
Add workflow support to your Laravel models.
inventive/laravel-owner
91 Downloads
Allow Eloquent models to own each other. Supports many to many relationships.
arniro/laravel-sluggable
956 Downloads
A package to generate a slug for Laravel models. Translatable columns are also supported.
yangze/lamen
11 Downloads
use lumen in laravel framework, support php-fpm and swoole model.
xilon/php-mpm
70 Downloads
Supports multi-processing event-driven model
thevelement/laravel-auditable-eloquent
22 Downloads
Extension to the Laravel Schema Builder to support audit-tracking fields in models.
sichkarev/yii2-translatable-attributes
3673 Downloads
Component add support translatable properties to ActiveRecord models
robertgdev/laravel-base-repository
9 Downloads
A lightweight base repository for Laravel Eloquent models with full CRUD and query support, no Criteria overhead.
redfenix-eng/laravel-multiauth-multitenancy
8 Downloads
Multi Auth in Laravel Project with support for the Laravel 8 Models namespace convention & optional generation inside a tenant when using the multitenancy stancl/tenancy package. Forked from bitfumes/laravel-multiauth
pimphand/mysql-encrypted
6 Downloads
Laravel package for encrypting and decrypting model attributes using openssl with MySQL support
peach-schnapps/eloquent-uuid
6 Downloads
Provides UUID Support for Laravel 4 Eloquent Models