Libraries tagged by Laravel CreatedBy
binarycabin/laravel-author
51 Downloads
A simple way to generate the model's author user when created
asp-devteam/laravel-repository
443 Downloads
Library created to provide an easy way to develop a Model's CRUD in laravel.
adamthehutt/laravel-unique-bigint-ids
1702 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.
superhelio/commands
15 Downloads
This is a collection of Laravel Artisan commands created to help everyone in their development work.
laravelcodepress/code-database
20 Downloads
Repository pattern package based in laravel 5.2. Created to study.
onicial/bulmify
259 Downloads
A Laravel notification package created with Bulma.css
valadanchik/migrations-generator
15 Downloads
Generates Laravel Migrations from an existing database || Created as an example Bernhard Breytenbach Xethron package
hypermetrica/nova-auditing-fields
45 Downloads
A Laravel Nova field that works with the Laravel Auditing package to see who created or last updated a resource.
ahmed/hmvc_generator
17 Downloads
this package which created to manage your large laravel app using modules [HMVC]
henriqueramos/recaptcha_middleware
4 Downloads
Laravel reCaptcha Middleware it's a Composer package created to help us to validate reCaptcha payloads during the initial steps of request lifecycle.
wicool/app-skel-components
0 Downloads
App Created Using Illuminate and Others PHP Components
vzool/revisionable
67 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
sibapp/revisionable
66 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
rupadana/filament-timeago
0 Downloads
Display the age of each record, indicating when it was created, updated, and (if applicable) deleted.
promatik/create-dummy-operation-for-backpack
5 Downloads
CreateDummyOperation adds a button to your CRUDs to create dummy entries based on your model factories