Libraries tagged by laravel created_by
knetewelt/causerstamps
25 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
33 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.
yogarine/plastic
6586 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
12 Downloads
Crud laravel Created by IMAD ABOULHOUDA
askewbrook/jot
30 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
22 Downloads
Contains the core processes for Laravel 5.5 applications created by Eron Tancioco.
saphir/saphir
35 Downloads
laravel livewire saphir crud generator created by Rabah Douassi Algerian Developer
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
kettasoft/booter
14 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.
goedemiddag/laravel-autodiscovery-lock
2049 Downloads
Creates a lock file containing all the packages which are auto-discovered by Laravel.
techindeck/laravel-module-generator
179 Downloads
Create application modules followed by CLEAN pattern