Libraries tagged by Laravel Parse
pashkevich/laravel-wallet
9 Downloads
A Laravel package for managing Apple and Google Wallet passes
omaralalwi/laravel-api-helpers
4 Downloads
collection of helpful helper functions for API Requests .
norse-blue/parentity
76 Downloads
Parentity is a package that allows the use of MTI entities in Laravel 5.7+ using Eloquent models.
kaibatech/laravel-filemanager
116 Downloads
A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE
jorzelalves/pagseguro-sdk
270 Downloads
Package for integration with PagSeguro.
hnhdigital-os/laravel-folder-watcher
137 Downloads
Provides a Laravel console command that can watch a given folder, and any changes are passed to the provided command script.
alitnk/nova-parental-field
13 Downloads
A Laravel Nova field for single-table inheritance (Caleb Porzio's "Parental" package)
wamadev/nova-parental-field
6 Downloads
A Laravel Nova field for single-table inheritance (Caleb Porzio's "Parental" package)
bluora/laravel-folder-watcher
66 Downloads
Provides a Laravel console command that can watch a given folder, and any changes are passed to the provided command script.
paulofelipem/brazilian-regions
465 Downloads
Pacote com informações de todos os paises, estados e cidades (Estados e cidades brasileiras).
shirazsoft/gateway
214 Downloads
A Laravel package for connecting to all Iraninan payment gateways
mozakar/gateway
128 Downloads
A Laravel package for connecting to all Iraninan payment gateways, base package mozakar/gateway
mits87/eloquent-nested-attributes
364 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
joaoroyosilva/eloquent-nested-attributes
367 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
igaster/eloquent-inheritance
149 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models