Libraries tagged by Laravel CreatedBy
knetewelt/causerstamps
5 Downloads
A package to provide timestamps for eloquent models using a trait. It extends the model for created_by and updated_by column. If the model uses SoftDeletes it'll add the column deleted_by for that as well.
dooaesms/phpanonymous
9 Downloads
A dooae SMS Package created By PhpAnonymous
dalisoft/userstamps
29 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
codiliateur/eloquent-model-userstamps
6 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
yogarine/plastic
6585 Downloads
This is a fork of Plastic, created by sleimanx2. Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.
aboulhouda/crud
8 Downloads
Crud laravel Created by IMAD ABOULHOUDA
askewbrook/jot
29 Downloads
CMS bolt on for laravel & nova created by Askew Brook
rostami/shopping-cart
0 Downloads
this package is created for handling shopping cart of a website that has been created by laravel.
ekown/laracore5
18 Downloads
Contains the core processes for Laravel 5.5 applications created by Eron Tancioco.
kuttumiah/calculator
7 Downloads
This is a package created by following tutorial on w3resource.com and bagisto to learn building packages for Laravel.
keithbrink/helpscout-app-spark
0 Downloads
A Helpscout integration package for Laravel Spark that allows you to add information about tickets created by customers in Helpscout.
it_corner/itcauth
2 Downloads
This is a laravel package for laravel authentication. This package develop for the IT CORNER. Its created by Shaheen Reza. The package developled using ajax and php jquery, and php version 8, laravel 8
israeldavidvm/name-helper
9 Downloads
Manage file names, responsive images, URLs and more with ease!The NameHelper repository offers you a complete library to simplify working with names in your application.The NameHelper class provides a collection of utility functions for working with image names, particularly in the context of generating responsive image URLs. It also includes auxiliary functions for manipulating file names and some special functions that allow the generation of urls specially designed for Laravel.I usually use this package with other packages created by me such as ImageCompressor and SmartImage.
venturecraft/revisionable
5160925 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
digitalcloud/laravel-blameable
40469 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models