Libraries tagged by laravel sage
trm42/cache-decorator
244 Downloads
Magical (as in saves manual work quite a lot) Cache Decorator for Laravel 5. Designed for usage with repositories but easily usable for other uses. If there's enough interest, can be made framework agnostic.
toneflix-code/social-interactions
19 Downloads
A Laravel package to add social interactions like likes, reactions, votes, saving/bookmarks e.t.c to your models.
tomatophp/tomato-forms-module
404 Downloads
Build a full Forms with Fields on Database and save it to user meta
tobymaxham/kraut-newsletter
14 Downloads
A package to manage newsletters in larave 5
titonova/x-livewire
151 Downloads
A package that allows you to use livewire components the same way you would use blade components. Ie, giving it slots, atttributes etc
sigep/eloquent-enhancements
940 Downloads
This package aims to provide extra functionalities to Laravel's Eloquent
shirazsoft/gateway
214 Downloads
A Laravel package for connecting to all Iraninan payment gateways
saperx/artisan-obfuscator
630 Downloads
Ofuscador de código PHP para projetos feitos com Laravel.
sagaryonjan/vue-datatable
79 Downloads
Bootstrap Table with vue js.
saberqadimi/link-shortener
0 Downloads
A Laravel package for shortening links.
rattfieldnz/shodan
7 Downloads
A laravel package to check URLs with Shodan API.
okyayaykut/sms
140 Downloads
iletiMerkezi, SMS API'si aracılığı ile kendi yazılımlarınız la SMS gönderme özelliğini eklemenizi sağlar.
nadaft/contactme
247 Downloads
Laravel contact us form package to send email and save to database
monamoxie/vocab-mapper
318 Downloads
Supercharge your application by providing a seamless and personalized experience. Vocab Mapper ensures that users across different regions or domains can easily interact with and navigate your application, even if they use different vocabulary for the same concepts
mits87/eloquent-nested-attributes
363 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.