Libraries tagged by laravel modals
waska14/laravel-uuid
15815 Downloads
Use uuid in models easily
vormkracht10/laravel-embeddings
1364 Downloads
Create embeddings for your Eloquent models to use with OpenAI
umutphp/laravel-model-recommendation
766 Downloads
A generic package to create recommendation for eloquent models
tkachikov/laravel-withtrashed
1908 Downloads
Trait for set magic method withTrashed for models with SoftDelete
tarre/laravel-scout-refresh
16822 Downloads
Flush and import all models with the "Searchable" trait
ssntpl/laravel-files
216 Downloads
Associate files with Eloquent models
socialblue/laravel-query-adviser
3323 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.
singlequote/laravel-datatables
23111 Downloads
This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
simpladevru/laravel-eloquent-join
16669 Downloads
This package introduces the join magic for eloquent models and relations.
rulr/laravel-authored
226 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
reshadman/laravel-optimistic-locking
18248 Downloads
Adds optimistic locking feature to eloquent models.
plank/laravel-model-resolver
2786 Downloads
Retrieve all defined Models available in the Application or Vendor namespaces
plank/laravel-checkpoint
10183 Downloads
A package for keeping a history of your models' revisions and accessing your data as it was at an older date.
pawelmysior/laravel-publishable
18325 Downloads
Toggle the published state of your Eloquent models easily
padosoft/laravel-sluggable
9525 Downloads
Generate slugs when saving Eloquent models