Libraries tagged by without model
fazed/laravel-fluent-model
1234 Downloads
Laravel's model convenience without the Eloquent backend.
casserole/eloquent-oauth2-models
92 Downloads
Eloquent database models for https://github.com/php-loep/oauth2-server OAuth 2 Server. This package does nothing (mostly) without the OAuth2 Server.
famdirksen/revisionable
6984 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
convenia/revisionable
12519 Downloads
Keep a revision history for your eloquent models without thinking
thomasjbradley/micromodel
33 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
cakebake/yii2-scalable-behavior
105 Downloads
Key-Value storage is a very simplistic, but very powerful model. Use this behavior to expand your Yii 2 model without changing the structure.
itul/relatable
18 Downloads
Dynamically link models together without changing the database
muratbsts/laravel-reactable
111 Downloads
Use reactions for your Laravel model like Facebook, without pain
zvermafia/lavoter
1075 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.
latevaweb/laravel-query-updater
1158 Downloads
Easily update Eloquent models from put API requests without losing data
suhk/datafinder-laravel
4 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.
developerawam/generate-migration
24 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
37 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.
kros/model
53 Downloads
Work with model classes without having to create them.
dpc/sans-model-auth
3 Downloads
Stateful Auth Guard without a User model for Laravel