Libraries tagged by without model
itul/relatable
123 Downloads
Dynamically link models together without changing the database
muratbsts/laravel-reactable
113 Downloads
Use reactions for your Laravel model like Facebook, without pain
zvermafia/lavoter
1100 Downloads
Voteable Polymorphic Eloquent Models for Laravel 5 without user authentication. This means that for the identification of the user, we will use the fingerprintjs2 instead of authorization on the site.
sikhlana/laravel-modular
2317 Downloads
A simple package to neatly keep models into sub-directories without breaking the table naming.
suhk/datafinder-laravel
69 Downloads
This is a package to implement search and filters on the backend level using DataTables and Laravel Models. The best part of this package is the ability to search across multiple tables and rows in a single request (ajax), with or without using joins.
particle-academy/last-word
23 Downloads
Standalone word-processing document read/write tool for agentic docs. Framework-agnostic PHP core that writes .docx (Office Open XML / WordprocessingML) from a JSON document model — headings, styled runs, nested lists, tables, code blocks, quotes, embedded images — reads them back with high fidelity, and bridges to/from GFM markdown so WYSIWYG editors round-trip Word files without converter sandwiches.
jsefton/laravel-virtual-fields
1439 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column
developerawam/generate-migration
25 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
blakvghost/juste
38 Downloads
Juste is the Core of Project Bravo, my personal PHP MVC framework, it essentially ensures the understanding of Models, Controller, the basic template engine.It also manages the Routing, the middlewares, the database, and especially my super nice homemade mini ORM without forgetting the easy sending of emails.
akira/laravel-license-core
15 Downloads
Modern, secure and extensible licensing engine for Laravel applications. The Core package provides the full domain logic, models, pipelines, value objects, builders and actions required to implement a complete licensing system inside Laravel — without forcing any UI, API or dashboard layer.
bakame/tokei
10 Downloads
Immutable value objects for expressive temporal modeling: time, duration, circular 24-hour intervals, and interval sets, without timezone handling.
eseperio/yii2-model-virtual-fields
27 Downloads
Yii2 extension for adding virtual (dynamic) fields to ActiveRecord models without modifying database tables
kros/model
55 Downloads
Work with model classes without having to create them.
dpc/sans-model-auth
4 Downloads
Stateful Auth Guard without a User model for Laravel
fazed/laravel-fluent-model
1241 Downloads
Laravel's model convenience without the Eloquent backend.