Libraries tagged by eloquent aes
patosmack/laravel-excel
7224 Downloads
This package provides a way to export an Eloquent collection as an excel file and to import a Excel file as an Eloquent collection.
onramplab/laravel-security-model
12735 Downloads
A Laravel package providing security for Eloquent model
velitsol/userstamps
1198 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
ymigval/laravel-model-datatable-ssp
276 Downloads
Extension designed to seamlessly integrate Laravel models with server-side DataTables. It provides a convenient and efficient way to fetch, transform, and display data from your Laravel models in DataTables.
wilber/wilbercsv
2501 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
we-are-neopix/laravel-model-translation
409 Downloads
This package is a driver based solution to translating Laravel models. It contains two drivers for storing translations in the database and in a JSON file, but also contains a plug-and-play system for its users to implement custom drivers for storing translations and use them with the package.
wayofdev/laravel-cycle-orm-adapter
9807 Downloads
🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.
tusimo/embed-relation
8929 Downloads
a relation for laravel
towoju5/plans
2265 Downloads
Laravel Plans is a package for SaaS apps that need management over plans, features, subscriptions, events for plans or limited, countable features.
toramanlis/laravel-implicit-migrations
4 Downloads
This package is a tool that creates Laravel migration files by inspecting the application's models.
toneflix-code/laravel-resource-modifier
1018 Downloads
A Laravel package that intercepts and help you customize, remove or modify the meta data on your eloquent api resource response.
stidges/laravel-db-normalizer
17 Downloads
Normalize all database results to one unified interface, to make swapping repositories a breeze.
socialblue/laravel-query-adviser
3312 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
sahibalejandro/laravel-form-helpers
2080 Downloads
Handle form model binding, old input binding and validation error messages in a clean and easy way.
rockerkk/revisionable-mongodb
19167 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel and mongoDB